About Question com.enthuware.ets.scwcd.v5.2.454 :
Posted: Wed May 04, 2011 3:23 pm
Hi,
<jsp-property-group>
<url-pattern>/jsp/*.jsp</url-pattern>
<scripting-invalid>true</scripting-invalid>
</jsp-property-group>
Tomcat 5.33 & Glassfish 3.1
Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: PWC1304: Invalid <url-pattern> /jsp/*.jsp in servlet mapping. Please see server.log for more details.
Correct answer: incorrect syntax of DD file
<jsp-property-group>
<url-pattern>/jsp/*.jsp</url-pattern>
<scripting-invalid>true</scripting-invalid>
</jsp-property-group>
Tomcat 5.33 & Glassfish 3.1
Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: PWC1304: Invalid <url-pattern> /jsp/*.jsp in servlet mapping. Please see server.log for more details.
Correct answer: incorrect syntax of DD file