Under %JBOSS_HOME%\server\default\deploy\jbossweb-tomcat55.sar\conf folder, you will find
a web.xml. Add the following :
<init-param>
| <param-name>compilerTargetVM</param-name>
| <param-value>1.5</param-value>
| </init-param>
| <init-param>
| <param-name>compilerSourceVM</param-name>
| <param-value>1.5</param-value>
| </init-param>
just below the existing
anonymous wrote :
| <servlet-name>jsp</servlet-name>
| <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
definition in that file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072876#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...