Title: Session Sharing Again

OK .... to not beat a dead horse or anything .... cause i have read through the previous emails to try and solve hte problem

BUT ... i baiscally have an EJB App on there that sets sup session variables
Then I have some jsps and servlets on the regular default site that need to read those session variables.

In my default-web-site.xml I have this:

<default-web-app application="default" name="defaultWebApp" shared="true" load-on-startup="true" />

AND

<web-app application="scope-users" name="scope-users-web" shared="true" root="/scope-users" load-on-startup="false" max-inactivity-time="no shutdown" />


Is there anything else I need to do????

Please help :)

Reply via email to