[Installation, Configuration & Deployment] - Multiple Servers
by AggressiveFish
Where in the heck does one find the sample-bindings.xml file? I've been trying to set up multiple servers each on the same machine but using different ports and a few places I noticed reference to this file but can't find it anywhere. I had tried to copy my default directory (under server directory) to a new directory called serv1 and to change the port numbers to something different for serv1. Since most people in the docs refer to starting and stopping manually I wasn't sure what I should do since I have JBoss set up as a service. Order of what I'm looking for that will hopefully get this running :
1) stop the service?
2) then should I copy the default directory into a new directory and change whatever port numbers I need in there? Which files? In this doc it says
"Modify conf/jboss-service.xml (or deploy/binding-service.xml in Version 4.0.3 and later) uncomment "Service Binding" section and select "ServerName?" value from sample-bindings.xml (for example, ports-01 or ports-02). This "ServerName" must be configured in the jboss-bindings.xml file and must be unique for each server instance: "
3) how should I set up running the servers as services since there are multiple ones now?
I would REALLY appreciate some help on this.
AF
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036424#4036424
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036424
19 years
[Security & JAAS/JBoss] - Re: Problem with SAML in cookies
by ajls
Doh! Missed the README - thanks for the prompt response.
Just as an aside, the SSO integration is quite closely coupled with J2EE HTTP, and we have requirement to have single-sign on between non-HTML/HTTP and HTML/HTTP JBoss-bound applications. i.e. non-HTTP WS where session management is being handled
by WS-Addressing (Cookies are ruled out due to our WS architecture) and an AMF (Adobe's Active/Action Media Format) interface where session management is buried in proprietary binary.
I am most likely going to have to build an adaptor to JBossSSO for AMF (we already have a cluster friendly non-SAML SSO between WS and AMF), but find that it will be quite hard to decouple the HTTP and SSO concerns in the current implemntation of JBossSSO. (i.e. references to javax.servlet.* classes in token management and federation server integration).
Are there any plans on the roadmap for de-contextualising the SSO integration ? i.e. SSO2.0 - had a quick scan of JIRA but saw nothing similar - except for the Oracle SAML integration which we may also need).
JBossSSO is looking good for us now and like the SAML integration as it fits nicely into our SOA roadmap.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036416#4036416
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036416
19 years