multiple app in the Tomcat

2002-10-01 Thread Ricardo de Souza Moura
I am using Tomcat 4.0... I have two applications, A and B in the lib directory of A I have a file1.jar, and in the lib directory of B I have the same file, file1.jar. I am not wanting to put my file file1.jar in the lib directory of Tomcat. But when the Tomcat load the applications, only one

Re: multiple app in the Tomcat

2002-10-01 Thread Eddie Bush
Which version of Tomcat, specifically, are you using? Were you aware there was a recent update and the stable release version changed? You may want to update (if you haven't). I can't imagine how what you are saying would be the case. Each app should know nothing about what is contained in

Re: multiple app in the Tomcat

2002-10-01 Thread Ricardo de Souza Moura
: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: multiple app in the Tomcat Date: Tue, 01 Oct 2002 13:05:07 -0500 Which version of Tomcat, specifically, are you using? Were you aware there was a recent

Re: multiple app in the Tomcat

2002-10-01 Thread Eddie Bush
Ok - 4.0.3 wasn't even the final release for 4.0 -- 4.1.9 wasn't the final release for 4.1. 4.0.4/4.1.10 were the final releases, and they have both been updated with bug-fixes since they were released (there was a security issue I won't go into; suffice it to say you should likely upgrade).

Re: multiple app in the Tomcat

2002-10-01 Thread Ricardo de Souza Moura
: multiple app in the Tomcat Date: Tue, 01 Oct 2002 13:53:52 -0500 Ok - 4.0.3 wasn't even the final release for 4.0 -- 4.1.9 wasn't the final release for 4.1. 4.0.4/4.1.10 were the final releases, and they have both been updated with bug-fixes since they were released (there was a security issue