R. Markham wrote:
How about using scope="session" instead of request in the Action Mapping
Eniity in struts-config.xml
That won't accomplish what they want; the original poster wanted to
share session variables across webapps, and I'm not sure that's possible
(or legal :)
The original poster could use Struts modules or just consolidate configs
for each logical section of the app into their own files, or as Wendy
says use J. Random single sign-on method. If you really want to sahre
actual variables across webapps I'm not sure how you'd go about that
unless you stick things into a globally-accessible store and figure out
a way to update session vars in each webapp.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]