Re: A long classpath list

2002-11-16 Thread Torsten Fohrer
if i remember right, tomcat 4 ignores the classpath. place classes simply in the (common or shared)/classes read more under: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html On Saturday 16 November 2002 21:12, chasee wrote: Hello all, the class loader of my tomcat

Re: A long classpath list

2002-11-16 Thread chasee
Got you. Thanks, Torsten. Torsten Fohrer [EMAIL PROTECTED] wrote: if i remember right, tomcat 4 ignores the classpath. place classes simply in the (common or shared)/classes read more under: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html On Saturday 16 November 2002

Re: A long classpath list

2002-11-16 Thread Nicholas Pappas
As an aside, if you have a development environment that allows you to set a project's class path individually (i.e. just for the project) you can spare your classpath environmental variable... Torsten Fohrer wrote: if i remember right, tomcat 4 ignores the classpath. place classes simply in

Re: A long classpath list

2002-11-16 Thread chasee
Would you please expand your answer? Are you referring to the ms v-j++ project by mentioning a project? Thanks, Chasee Nicholas Pappas [EMAIL PROTECTED] wrote:As an aside, if you have a development environment that allows you to set a project's class path individually (i.e. just for the