[JBoss-user] [Beginners Corner] - How to make distributable sessions work?

2004-03-02 Thread bugfix
Hi, What should I do to make distributable sessions work? I'm using jboss 3.0.8. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823803#3823803 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823803 ---

[JBoss-user] [HTTPD, Servlets & JSP] - Session sharing between two WARs in the same ear

2004-02-26 Thread bugfix
Hi, I have a EAR application with two WAR files (app1.war and app2.war) and each WAR have it's own web session. The problem is that I want to share the same web session between the two WAR applications. How can I do this? I'm using Jboss 3.0.8 with tomcat 4.1.x Thanks View the original post :

[JBoss-user] [J2EE Compliance] - Session sharing between two WARs

2004-02-18 Thread bugfix
I've created a EAR file with two WAR files and when I call the application in war2 from the application in war1 a new session is created. I want to know how I can share the same session between the two applications in different war files but in the same ear file. Thanks View the original post