On Mon, May 03, 2004 at 10:46:50AM -0700, Justin McReynolds wrote:
: I want to include a directory that is outside of the tomcat install dir,
: e.g. "c:\mydir", but I don't know how to add that directory to the
: classpath.
: 
: I can edit setclasspath.bat to include that directory, and then start
: Tomcat with either "startup.bat" or "catalina.bat" and it works fine; is
: there an analogous file for tomcatw.exe?

Is there any reason you're not putting these classes/jars in (standard)
dirs:

        {tomcat install}/common/lib
        {tomcat install}/common/classes

        {webapp context}/WEB-INF/lib
        {webapp context}/WEB-INF/classes

?

Those are the Tomcat standards.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to