The theory is that if you are using a J2EE application server, you can put the classes in your Enterprise Application. Web applications within the same Enterprise application see the classes in the Enterprise application.
Across Enterprise applications I don't think is portable. You'd have to read up on your application servers class loader policies. > -----Original Message----- > From: Roshan Paiva [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 12:14 PM > To: [EMAIL PROTECTED] > Subject: Sharing information among web apps > > > Hi.. > > This is not a struts related question.. but I need to know if > there is a > way of sharing information between web applications. for > example I have > a common class.. maybe in the server's classpath .. and one web app > accesses it and sets some values.. and then another web app > accesses it > and gets those values.. > > Thanks and Kind Regards > Roshan > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

