Hi

On tomcat 6.0.18 i need to set the classpath of a webapp, its the only webapp running inside this tomcat.

i believe i need to do something like the following in the web.xml

<context-param>
<param-name>classpath</param-name>
<param-value>/my/webapp/conf</param-value>
</context-param>

but this seems ignored so can anyone point me to the syntax of what this is and where to put it ?

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to