Bug 6449 - Webapp classloader does not load classes from WEB-INF/lib
Summary: Webapp classloader does not load classes from WEB-INF/lib
Status: RESOLVED DUPLICATE of bug 6374
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Webapps:Examples (show other bugs)
Version: 4.0.2 Final
Hardware: PC All
: P3 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-14 05:38 UTC by Vijay Phadke
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vijay Phadke 2002-02-14 05:38:19 UTC
I have a running application on Tomcat 4.0.1 that has xalan.jar in webapp's WEB-
INF/lib and nowhere else. The application runs fine.
After updating to Tomcat 4.0.2, the application gives an error that it can't 
find the classes from xalan.jar. If I move the xalan.jar to CATALINA_HOME/lib, 
the application works again!
It appears that the webapps classloader is not finding the classes under 
webapp's WEB-INF/lib directory.
Comment 1 Remy Maucherat 2002-02-14 06:06:32 UTC
This is a known issue which has been addressed.

*** This bug has been marked as a duplicate of 6374 ***