On Wed, 22 Jan 2003, Laxmikanth M.S. wrote:
> Date: Wed, 22 Jan 2003 16:39:56 +0530 > From: Laxmikanth M.S. <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: SESSION BETWEEN TWO CONTEXT > > Hi All, > well and wish the same.. > I have two contexts in tomcat... > In context1 I put some session variables...how to access these variables in > context2...should I put in session or in application variable...does tomcat > provide some way to declare varibales for all context withing Host Element > thanks in advance There is no such mechanism. Even if there was, it wouldn't work, becuase the two webapps are loaded from different class loaders and cannot see each other's classes. > Laxmikanth Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
