You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hervé Guidetti <he...@idbsoft.ch> on 2001/02/13 11:23:44 UTC

Global classpath for webapps

Hi all,
I want to launch Tomcat from Visual Age (to debug servlet). I did that with
JServ without problem but with Tomcat it doesn't work.

The problem is that I launch Tomcat with "java -classpath myclasspath
org.apache.catalina.startup.Bootstrap start". This launches Tomcat but the
classes I added in the classpath aren't alivable in the webapp.

How can I tell Tomcat to use my classpath in the webapps ??

Thanks,

Hervé