this is a tricky issue :-) and has been solved recently.

there have been a lot of discussions about this and the solution today is : use 
jboss 4 head with tomcat 5.5.8

what is does is pretty simple, all web apps share the same JSESSIONID which is 
issues under "/", this is achieved in tomcat with the attribute 
useEmptyPath="true" on the connector which should be the default today in jboss 
4 head.

the other solution is to use stateless link, i.e put in your link to the 
servlet enough info to recreate the context for the content it must produce.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867674#3867674

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867674


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to