1 Reply Latest reply on Dec 30, 2003 4:01 AM by johnpeterc

    How to "SSL"-ize JBoss 3.2.3 & Tomcat 5

    mac_dev

      Hey gurus! Need a howto.
      Think any one can help me?

      L&P

      mac

        • 1. Re: How to
          johnpeterc

          In /jbossweb-jetty.sar/META-INF dicrectory look for jboss-service.xml
          Find the entry as

          <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
          <!-- Add a HTTPS SSL listener on port 8443 -->
          <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
          <!-- UNCOMMENT TO ACTIVATE -->



          8443
          5
          100
          30000
          2000
          /conf/mykeystore.jks
          MyPassword
          MyPassword




          Prior to this generate the Certificate using keytool command...

          Success????


          Rgds
          JP