You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Woods, Jason" <ja...@vignette.com> on 2000/10/05 20:09:52 UTC

classpath for standalone & as NT service standalone


If I've got a jar file I need in Tomcat's classpath, where should I add it
into the classpath such that it will be available both when Tomcat is
started as an NT service and when it's started from the startup script (in a
standalone configuration)?  Is tomcat.properties read when Tomcat is started
from the script (I'm guessing not)?  Is the system classpath used when
Tomcat is started as an NT service (I'm guessing it is)?  Is the system
classpath my answer?

Thanks,

- Jason