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 2002/01/24 17:29:47 UTC

DO NOT REPLY [Bug 5976] - Tomcat 4.0.2B2 + Security Manager + JSSE don't work together

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

Tomcat 4.0.2B2 + Security Manager + JSSE don't work together





------- Additional Comments From webmaster@cienciapura.com.br  2002-01-24 16:29 -------
One more info:

I left the catalina.policy file with just these 2 lines:

grant {
        permission java.security.AllPermission;
};

I believe this is equivalent as running Tomcat 4 without a security manager, 
but it does not work either. ( again, it works without the '-security' option ).

I have my java.security file setup correctly since JSSE works correctly without 
SM. Also, CATALINA_OPTS is set to: "-
Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol -Xms400m -
Xmx500m"

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>