[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: java 5.0 features in JSP problem
mpelzsherman
do-not-reply at jboss.com
Tue May 1 15:17:29 EDT 2007
FWIW: in 4.0.5, it's necessary to both uncomment the compilerSourceVM setting AND ADD the following:
<init-param>
<param-name>compilerTargetVM</param-name>
<param-value>1.5</param-value>
</init-param>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042210#4042210
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042210
More information about the jboss-user
mailing list