Bug 13028 - Problems with jar-files in WEB-INF/lib directory outside tomcat webapps dir
Summary: Problems with jar-files in WEB-INF/lib directory outside tomcat webapps dir
Status: RESOLVED DUPLICATE of bug 12387
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 4.1.10
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-26 11:13 UTC by Sebastian Sch
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 Sebastian Sch 2002-09-26 11:13:40 UTC
I have got problems compinling my jsp-pages because of a classdef not found
exception. If I deploy the web-application with ant (tomcat-ant-task, which uses
the tomcat management interface) it seems to me the jar files in WEB-INF/lib are
not used. Please note, the document-root is not located under the tomcat webapps
directory but elsewhere on my machine.

If I copy the jar files from my WEB-INF/lib directory to tomcats common/lib
everything works fine.

If I just copy the ant-build directory (containing my jsps, the WEB-INF dir...)
to the tomcat webapps directory everything works fine too.

So it seems to me there is a problem using jar-files that are located outside
the tomcat webapp-directory.
Comment 1 Remy Maucherat 2002-09-26 11:18:35 UTC

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