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.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836204#3836204

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836204



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to