RE: classpath for web applications

2002-11-12 Thread Turner, John
Check the docs. Tomcat ignores the CLASSPATH environment variable. You will want to read and follow the Application Developer's Guide, and you will want to read the ClassLoader HOWTO. Most of your questions are probably answered between those two documents. John -Original Message-

RE: classpath for web applications

2002-11-12 Thread sonam singh
--- Turner, John [EMAIL PROTECTED] wrote: Check the docs. Tomcat ignores the CLASSPATH environment variable. You will want to read and follow the Application Developer's Guide, and you will want to read the ClassLoader HOWTO. Most of your questions are probably answered between