I am working on a project which will have 2 web applications. First time user has to 
provide login and password. At that time I have to store his profile in the session 
and all the other requests to servlet/jsp by the same user should have access to that 
profile. That state expands to other info with each request. Can some one please guide 
me on implementing this in a jboss clustered environment. The cluster will have 2 
servers with tomcat 4.01 -- jboss 2.4.4 installed on them. Even if one server goes 
down, that state information should be available with the other server(can we have 
session/state shared across the array in the clustered jboss/tomcat environment??).

I am new to jboss environment.

Thanks in advance.


_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=7898

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to