0 Replies Latest reply on Jan 9, 2004 7:24 AM by semama1

    SSL with multiple jboss instances

    semama1

      Hi!

      I'm using jboss 3.2.2 with tomcat.

      I've succeeded to run multiple jboss instances on one machine and accessing jmx-console using http but not by using https.

      When I run one instance (default) of jboss I have succeeded to configure SSL right and can access jmx-console using both http and https.

      Here is the configuring I've used (jboss/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml):

      <Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
       address="" port = "8443" scheme = "https" secure = "true">
       <Factory className = "org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
       keystoreFile="/conf/keystore"
       keystorePass="changeit"
       protocol = "TLS"/>
       </Connector>


      I have used exactly the same configuration for the different jboss instances (changend the port numbers), but as I said earlier haven't been able to access the jmx-console using https.

      What have I missed? In sample-bindings.xml that I used for running multiple instances of jboss, the http port is defined (per instance), should the https port be defined in that file as well? How?

      Thanks!
      /Marika