J2EE packaging 2003-12-18 - By Vadlamudi, Ranga Rao (Cognizant)
Back see the detailed article published on onjava.com regarding the packaging
-- --Original Message-- -- From: Sachin Gupta [mailto:Sachin_G@(protected)] Sent: Thursday, December 18, 2003 10:50 PM To: J2EEPATTERNS-INTEREST@(protected) Subject: J2EE packaging
Hi,
I am not sure if this is the right forum for this question. But if anyone has any inputs on this or let me know where to post this question it will be great.
I have a EAR which contains two WAR files. I am using WSAD and testing this on the default WAS 5 test environment provided with WSAD. I have a issue while deploying the EAR.
I have few singleton classes that needs to be shared between the Web modules. By default each web module has it's own instances of these singleton classes. How can I use the same class loaders for both the web modules so that these class are shared across the web modules
Also How do I package the shared classes so that I need not copy these jars under each Web module's library.
Thanks,
Sachin
|
|