----- Original Message ----- From: "Shrotriya, Sumit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 06:36 Subject: RE: Using Axis and Servlets..any Ideas !!
> Thanks Adam...but my problem still persists...you have take an approach that > I don't have the option of taking...I can not have the axis files in my > application...and the vice versa is not possible either...the reason for > this approach is that we want to share the Axis installation between 3 or 4 > applications being developed by separate groups...Thus each group carrying > its own axis is not a good idea..we don't want to add our code into axis cos > that would mean that all the application would then need to be installed > there and thus a maintenance headache...would you happen to know if I could > install my application and axis under webapps, shoulder to shoulder and > still get it to work... > Any ideas from you intelligent folks out there are more than welcome. use an EAR to redist everything, not a WAR for each app, each of which is implicitly isolated.
