-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Friday, January 11, 2008 10:22 AM
To: Tomcat Users List
Subject: RE: Loading multiple versions of the same library
> From: Brian Wawok [mailto:[EMAIL PROTECTED]
> Subject: Loading multiple versions
> From: Brian Wawok [mailto:[EMAIL PROTECTED]
> Subject: Loading multiple versions of the same library
>
> Tomcat 5.0 Server.
Deprecated, but still in common use. Better if you could move to 5.5 or
6.0.
> Program A is running on server, and needs axis 1.1 as a library.
> Pr
> From: Brian Wawok [mailto:[EMAIL PROTECTED]
> Tomcat 5.0 Server.
>
> Program A is running on server, and needs axis 1.1 as a library.
Is "program A" packaged as a WAR, with the Axis 1.1 libraries in the WAR? If
not, it should be.
> Program B is running on the same server, and needs axis 1.4
>
I have the following situation.
Tomcat 5.0 Server.
Program A is running on server, and needs axis 1.1 as a library.
Program B is running on the same server, and needs axis 1.4 as a library.
Axis 1.1 and 1.4 are not backwards compatible... if I just put Axis 1.1 on
it.. program B won't work.. I