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 the other's lib folder. JAR files specific to a given application should be in that application's lib directory - and should not be visible to other applications. If this is not the case, it's a bug (I think). Try tomcat-user - this really is a container issue. Maybe Craig will chip-in his thoughts though ;-) Ricardo de Souza Moura wrote: > 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 get access this > resource, file1.jar. Why ? > > Only one application works... > > But if I put only one application by time all works !!!! > > Sorry my bad English !!! > Thanks !!! -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

