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=7558>.
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=7558

ClassLoader can't find classes in new created jar from zip

           Summary: ClassLoader can't find classes in new created jar from
                    zip
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using classes12.zip for JDBC access to Oracle DB it seems that ClassLoader 
ignores zip file. I uncompressed zip and packaged it as jar, including indexes 
(jar cvf classes12.jar *, jar -i classes12.jar). When I put this jar into 
TOMCAT_HOME/common/lib folder, classes required by a web appl from this package 
were not found, reporting ClassNotFound exception. But everything went fine 
after putting the package into WEB-INF/lib of my individual webapp and removing 
the package from common/lib. If the package was not removed from common/lib 
(thus it was present at two locations), I got some kind of "Conflict" exception 
reported.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to