1 Reply Latest reply on Oct 22, 2007 4:53 AM by amit_verma

    Problem Jboss Web with SSl

    amit_verma

      Hi Guys,
      can someone help me to solve this problem given below,

      When i put my server.keystore file in the "${jboss.server.home.dir}/conf/server.keystore" . and run Jboss server i got this error!!!

      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 jbossweb-tomcat50.sar/server.xml descriptor's configuration is given below

      " "

      Please help me to short - out this Problem.

      Aimz





        • 1. Re: Problem Jboss Web with SSl
          amit_verma

           

          "Amit_verma" wrote:
          Hi Guys,
          can someone help me to solve this problem given below,

          When i put my server.keystore file in the "${jboss.server.home.dir}/conf/server.keystore" . and run Jboss server i got this error!!!

          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 jbossweb-tomcat50.sar/server.xml descriptor's configuration 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}/conf/server.keystore"
          keystorePass="123456" sslProtocol = "TLS" />

          Please help me to short - out this Problem.

          Aimz