You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/06/02 11:24:23 UTC

DO NOT REPLY [Bug 29337] New: - Reload destroys classpath

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29337

Reload destroys classpath

           Summary: Reload destroys classpath
           Product: Tomcat 4
           Version: 4.1.27
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Manager
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: schutzerj@home.se


I'm working with encryption of mail messages from my web app so I have 
replaced Javas default jar files local_policy.jar and US_export_policy.jar 
with the the ones from "Java Cryptography Extension Unlimited Strength 
Jurusdiction Policy Files". These are located in %JAVA_HOME%\jre\lib\security.

Everything works perfectly but if I restart my web application using the 
manager it stops working since it can't find the classes described above.

My guess is that the manager creates a new classpath and forgets the security 
directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org