hi all
my problem is to share HttpSession between tow or more separate .war files
i read one solution on net
https://jira.jboss.org/jira/browse/JBAS-2861;jsessionid=4DECCCB013F9E737C...
the solution was to override the code that create new session for each war
this code in ManagerBase class or in org.apache.catalina.session.StandardManager with
extends ManagerBase class until now is good and i can Imagen what happens i will create
new class in place of org.apache.catalina.session.StandardManager and override the
code witch create the new session any way
but what i cant Imagen is how i will till jboss to use my new custom class instead of
org.apache.catalina.session.StandardManager i think this is will be in xml configuration
file in any where in jboss ,i need help to find that configuration file and update it
pleas this is urgent
thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176471#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...