7 Replies Latest reply on Jun 2, 2003 7:49 AM by didi1976

    Configure SSL with JBoss 3.2.1 + Tomcat

    raynix

      I modified the server\default\deploy\jbossweb-tomcat.sar\META-INF\jboss-service.xml to this:

      <?xml version="1.0" encoding="UTF-8"?>

      <!-- The service configuration for the embedded Tomcat4.1.x web container
      -->


      <!-- The SSL domain setup -->




      jboss.keystore
      jboss321




      true

      <!--
      *******************************************************
      ****************** CLUSTERING *************************
      *******************************************************
      In order to activate HTTP Session clustering for Tomcat
      make sure you run JBoss's "all" configuration i.e.
      "run -c all"
      (the default configuration doesn't contain clustering)

      Furthermore, you may change SnapshotMode and
      SnapshotInterval attributes below to indicate when to
      synchronize changes with the other node(s).

      If you use Apache+mod_jk(2) you will most probably use
      the AJP1.3 connector below. Thus, if you so wish,
      you may comment (i.e. deactivate) the HTTP connector
      as it won't be used anymore.

      *******************************************************
      *******************************************************
      *******************************************************
      -->

      <!--
      If you are using clustering, the following two attributes
      define when the sessions are replicated to the other nodes.
      The default value, "instant", synchronously replicates changes
      to the other nodes. In this case, the "SnapshotInterval" attribute
      is not used.
      The "interval" mode, in association with the "SnapshotInterval"
      attribute, indicates that Tomcat will only replicates modified
      sessions every "SnapshotInterval" miliseconds at most.
      -->
      instant <!-- you may switch to "interval" -->
      2000








      <!-- Access logger -->


      <!-- Default context parameters -->





      <!-- A HTTP/1.1 Connector on port 8080

      -->
      <!-- A AJP 1.3 Connector on port 8009

      -->
      <!-- SSL/TLS Connector configuration using the SSL domain keystore -->










      but it didn't work. neither serious exceptions were thown.

      Who can help?