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/lib of a project.

Also check if your environment variables are still pointing to the old version?

-Rashmi

----- Original Message ----
From: Ron Wheeler <[EMAIL PROTECTED]>
To: Tomcat Users List <[email protected]>
Sent: Sunday, March 4, 2007 4:54:30 PM
Subject: WEB-INF/lib ignored in Tomcat 6


It seems that Tomcat 6 is not finding the jars in the application 
library WEB-INF/lib.

If I put the spring.jar in the tomcat lib directory it is found.
If I put it in the application lib directory it is not found.

If I fix the spring.jar issue, I just get an Class not found error on 
the next library.

Mar 4, 2007 4:35:13 PM org.apache.catalina.loader.WebappLoader start
SEVERE: LifecycleException
java.lang.ClassNotFoundException: 
org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at 
org.apache.catalina.loader.WebappLoader.createClassLoader(WebappLoader.java:770)


---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 
____________________________________________________________________________________
We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265

---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to