Re: context related classpath question -ASAP

2001-02-07 Thread Matthias Ferber
I think the startup scripts actually add the .jar files to the CLASSPATH variable. Are you using the normal startup scripts to start Tomcat? At 04:42 PM 2/7/2001 -0800, you wrote: Tomcat documentation says that all the jars under the WEB-INF/lib directory in a context are automatically added

RE: context related classpath question -ASAP

2001-02-07 Thread Srinivas Kurella
Craig, Thanks for the clarification. I have a servlet to be loaded on startup which is looking for another class. They are in different jars under the same app. However the servlet can't see the class. Srini -Original Message-From: Craig R. McClanahan [mailto:[EMAIL

Re: context related classpath question -ASAP

2001-02-07 Thread Craig R. McClanahan
Srinivas Kurella wrote: Tomcat documentation says that all the jars under the WEB-INF/lib directory in a context are automatically added to the CLASSPATH. This is not precisely what happens. I am finding this not to be true. I have to add them explicitly to the CLASSPATH. Am i missing

Re: context related classpath question -ASAP

2001-02-07 Thread Craig R. McClanahan
Srinivas Kurella wrote: Craig,Thanks for the clarification. I have a servlet to be loaded on startup which is looking for another class. They are in different jars under the same app. However the servlet can't see the class.Srini Can you create a small test case that reproduces this