How to set the cookieDomain in JBoss EAP 6
Issue
- In jboss 4.3 to set the cookieDomain I added the following to file /opt/jboss-eap-4.3/jboss-as/server/default/deploy/jboss-web.deployer:
<Valve className="org.apache.catalina.authenticator.SingleSignOn" cookieDomain="example.net" debug="2" />
- Having this on multiple servers in the cluster would allow a user to log in and regardless of which jboss app server they would connect to they wouldn't have to re-authenticate. How is this setup in Jboss 6.3?
Environment
Red Hat JBoss Enterprise Application Platform (EAP) 6.3.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.