[jboss-user] [Security & JAAS/JBoss] - Jboss Web wth SSl
Amit_verma
do-not-reply at jboss.com
Mon Oct 22 05:38:40 EDT 2007
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#4097377
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097377
More information about the jboss-user
mailing list