[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn help

2005-05-27 Thread kcoup
Thanks Brian - that probably explains it. If I don't front JBoss with Apache, do you know if JOSSO can provide single sign-on capability across servers? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879299#3879299 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn help

2005-05-26 Thread kcoup
Actually I am accessing it by IP address. Note that the host name in the server.xml file is set to localhost on both servers. Also I have tried a couple of other things I found reference to at http://www.jboss.org/developers/projects/jboss/tc5-clustering.html- namely: I nested within of

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn help

2005-05-26 Thread kcoup
Brian - thanks for your reply. In answer to your question - the redirect is not immediate. Following authentication the browser is directed to a page containing a link to the remote web app. Clicking on the link results in a pop-up to re-authenticate. View the original post : http://www.jboss.

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn help

2005-05-26 Thread kcoup
I am running into a similar problem trying to get clustered single sign-on to work. Keep in mind that I am new to JBoss so there may be something I am doing (or not doing) which is very obviously wrong. My setup is as follows: - two JBoss 4.0.2 instances on different machines - ClusteredSingleS

[JBoss-user] [Security & JAAS/JBoss] - Clustering and single sign-on

2005-05-24 Thread kcoup
I would like to set up a simple demo demonstrating single sign-on across a cluster using Jboss 4.0.2. I have enabled the org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn valve in the server.xml file in jbossweb-tomcat55.sar for starters. Now I need to set up a cluster. Can someone tell me the