I know Tomcat expects the classes for a given web-app to be here:

  /webapps/myApplication/WEB-INF/classes

or, wherever I point server.xml to:

  C:/stuff/myApplication/WEB-INF/classes

but what if I want /myApplication to exist on a network drive (source control), and my 
classes for that webApplication to be compiled to my local drive.  I want this, so all 
of my .jsp and such in source control, and editable straight from source control, but 
I do not want my classes to be compiled AND loaded from the network drive.

Is there a way to configure my applications web.xml to include other directories for 
classes?


Peter Swulius
Software Engineer
Zix Corporation

Office: 214-370-2093
Cell: 214-766-2295
[EMAIL PROTECTED]


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

Reply via email to