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
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
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
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