Hi Guys ,
Can someone help me to solve my problem given below,
When i put my server.keystore file in the server/default/conf .i got this errror!!!
java.lang.ClassNotFoundException: Error loading SSL Implementation
org.apache.tomcat.util.net.puretls.PureTLSImplementation
:java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.tomcat.util.net.puretls.PureTLSImplementation
My server.xml (deploy/jboss-web.deployer/server.xml ) is given below
<connector port="8443" address="$(jboss.bind.address)"
maxThreads="100" strategy="ms"
maxHttpHeaderSize=""8192
emptySessionPath="true"
scheme="https" secure="true" clientAuth="false"
keystoreFile="${jboss.server.home.dir}cong/server.keystore)
keystorepass="123456" sslprotocol="TLS"/>
Aimz
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097377#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...