> From: José Roberto Motta Garcia [mailto:[EMAIL PROTECTED] > 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@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]