DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6247>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6247 Tomcat not referencing jar files in web-inf/lib & classpath conflicts Summary: Tomcat not referencing jar files in web-inf/lib & classpath conflicts Product: Tomcat 4 Version: 4.0 Beta 1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Webapps AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have deployed a webapp under tomcat 4.0, through a .war file. tomcat explodes the war properly, and i am able to access my jsp's and static documents etc. my servlets use other classes i have written, so accordingly i packaged them in to a jar and placed them in the web-inf/lib (when i was creating the .war) - but Tomcat doesnt seem to look here and reports that it cant find the classes. But - when I add the location of those external classes to my system classpath, and re-start Tomcat, it can see those classes and things seem to work fine - but, now there is a conflict since, tomcat references other classes in that location and that causes problems with my servlets. i dont know if you will be able to reproduce this, or if it is a bug in the first place - but i really have a straightforward set up, and cant see the problem. thanks, deepak -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>