[jboss-user] [Clustering/JBoss] - SSO between several JBoss instances
gmeroz
do-not-reply at jboss.com
Sun Nov 4 10:01:25 EST 2007
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#4101586
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101586
More information about the jboss-user
mailing list