Hi,
if I try to run secure tomcat I get the following :
FATAL:java.io.IOException: access denied (java.security.SecurityPermission
putPr
oviderProperty.SunJSSE)
java.io.IOException: access denied (java.security.SecurityPermission
putProvider
Property.SunJSSE)
at
org.apache.tomcat.net.SSLSocketFactory.initProxy(SSLSocketFactory.jav
a:191)
at
org.apache.tomcat.net.SSLSocketFactory.createSocket(SSLSocketFactory.
java:118)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoi
nt.java:239)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.jav
a:188)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
I guess I have to set the permissions on the tomcat.policy file, I did that
(indicting the directory of the context that I was working in) ...but still
nothing
is there somethings else I must do?
Phill