Temporary (for development) CLASSPATH problem (tomcat 4)

2003-09-18 Thread Peter Swulius
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

RE: Temporary (for development) CLASSPATH problem (tomcat 4)

2003-09-18 Thread Mark Thomas
How about using ant to compile and deploy your application? This would enable you to have complete control over the locations of your source files, your compilied classes and the war file. Mark On Thursday, September 18, 2003 6:45 PM, Peter Swulius [SMTP:[EMAIL PROTECTED] wrote: File: