Hi
For jsp page compilation, I'd like to enable Jasper's compile flag '-deprecation'.
I suppose that a parameter needs to be added to the $CATALINA_BASE/conf/web.xml file
in the beneath block
<servlet>
<servlet-name>jsp</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
<init-param>
<param-name>logVerbosityLevel</param-name>
<param-value>WARNING</param-value>
</init-param>
<load-on-startup>2</load-on-startup>
</servlet>
but I couldn't get it running.
Many thanks for your help
Claudio
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>