RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
That did the trick... Thanks. -Original Message- From: Brian H. Ward [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: two axis-ized services in one servlet container Try moving the axis common code up to the server level instead of

Re: two axis-ized services in one servlet container

2004-09-27 Thread Brian H. Ward
Try moving the axis common code up to the server level instead of buring it into both WAR files. Java can have issues when ClassLoaders are used to insulate various "contexts" within a single JVM process. We see [have seen] this a lot in WebSphere, though not explicitly with Axis. It can manifec

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
Anyone have any ideas or suggestions with this??? Bueller Bueller -Original Message- From: Matt Valerio Sent: Friday, September 24, 2004 11:02 AM To: Axis-User (E-mail) Subject: two axis-ized services in one servlet container I have configured two axis enabled webservices i

RE: two axis-ized services in one servlet container

2004-09-24 Thread Melzer, Steven
we had this exact same problem. we ended up putting both web services in a single war for the sake of moving on. but i would also really like to understand the problem. steve -Original Message- From: Matt Valerio [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 11:02 AM To: A