0 Replies Latest reply on May 26, 2004 6:32 AM by jieshengz

    HTTPS configuration when using ServiceBindingManager

      Hi,
      I am trying to setup SSL for my web application.
      I have two server instances running in one machine. 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.