I have several applications, each deployed on a seperate Jboss server. all of them are
deployed on the same machine, using a different virtual IP addresses.
i tried to configure jboss to enable SSO between them by:
| 1. copy deploy/all directory for each instance.
| 2. edit deploy\jbossweb-tomcat55.sar\server.xml & uncomment this line:
|
| | <Valve
className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn"
| | cookieDomain="192.168.10" debug="2"/>
| |
|
|
| It didn't work. i tried to do it on the jmx-console application as well.
|
| what's missing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101586#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...