[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla
jaikiran
do-not-reply at jboss.com
Fri Aug 10 03:30:54 EDT 2007
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#4072876
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072876
More information about the jboss-user
mailing list