2 Replies Latest reply on Jun 3, 2004 1:53 AM by jieshengz

    SSL configuration when using service binding management

      Hi,
      I am trying to setup SSL for my web application.
      I have two server instances running in one machine(due to the stupid classloader solution in jboss). So I used the SeviceBindingManager as is suggested by other post in this forum.
      In the $JBOSS/server/server1/conf/jboss-service.xml, the service bining configuration would be like this

      <m bean code="org.jboss.services.binding.ServiceBindingManager"
      name="jboss.system:service=ServiceBindingManager">
      <attri bute name="ServerName">ports-01
      <attri bute name="StoreURL">../docs/examples/binding-manager/sample-bindings.xml
      <attri bute name="StoreFactoryClassName">
      org.jboss.services.binding.XMLServicesStoreFactory



      Then I configure the SSL for my web application by modifying $JBOSS/server/server1/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml.

      The problem is that if I do not use ServiceBindingManager, the SSL worked as expected. If I usedServiceBindingManager and clicked a URL protected by SSL like https://xxxx:8443/myapp, the browser gets hang there. There is no error in the server, ethier.

      Any help is really appreciated.