Re: WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Martin Gainty
Hi Ron-- .\META-INF\context.xml has a reloadable attribute which must be set to true to tell tomcat to monitor jars in .\WEB-INF\lib http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html also take a look at the delegate attribute to specifically load classes via parent class loader before

RE: WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Caldarale, Charles R
> From: Ron Wheeler [mailto:[EMAIL PROTECTED] > Subject: Re: WEB-INF/lib ignored in Tomcat 6 > > Should I add a doc base to the application context? No; docBase should only be used when the app is stored outside of the appBase directory. > > Tomcat auto detects the libs unde

Re: WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Ron Wheeler
Rashmi Rubdi wrote: Did you set the environment variables correctly? CATALINA_HOME , should point to the root folder of Tomcat's installation, and JAVA_HOME to JDK's root folder. I screwed up CATALINA_HOME but after correcting it and rebooting the problem remains. Also specify the dire

Re: WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Rashmi Rubdi
Did you set the environment variables correctly? CATALINA_HOME , should point to the root folder of Tomcat's installation, and JAVA_HOME to JDK's root folder. Also specify the directory of your project in the docBase attribute of Context definition. Tomcat auto detects the libs under WEB-INF/