Problem with HttpSessionListener
- From: "Caldarale, Charles R" <Chuck.Caldarale (at) unisys.com>
- Date: Fri, 13 Oct 2006 09:56:43 -0500
> From: José Roberto Motta Garcia [mailto:garcia (at) cptec.inpe.br]
> Subject: Re: Problem with HttpSessionListener
>
> "No one was asking for cross-application scoping."
>
> Hi chuck, do u know how to do that? It's what I'm trying to
> do, to get a cross-app scope for customized management.
If all you need are objects common to all web apps, classes placed in shared/lib will suffice.
Haven't done the following myself, but for something more extensive you might want to look at the doc for the crossContext attribute of the <Context> element:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
I would think you would also want to enable the SingleSignon valve in the conf/server.xml file.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org