Hi, Basically, no ;) It's your responsibility as a developer to ensure no class file conflicts between your apps and your chosen server. You could do a number of things to reach this: - Modify apps so they use the same version of shared jars - Deploy multiple copies of the jar, all in the WEB-INF/lib directories and not in the shared directories. - Other options exist, but the above are probably the quickest...
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Shiva P [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, December 17, 2002 3:51 PM >To: [EMAIL PROTECTED] >Subject: Newbie classpath question > >Hey, >I am using tomcat 4.1. I have placed my jar files in the >shared directory as it is required by more than one webapp. >Unfortunately, I have two jar files which have the same >class files but with different versions. Is there any way >to specify which jar file to load the class from without >having to write class loaders? Obviously I can remove the >class files from the other jar file. But don't want to do >that as we might want to move to using the class files in >the other file sometime pretty soon. > >Any help would be greatly appreciated. > >Thanks, >Shiva. > >__________________________________________________ >Do you Yahoo!? >Yahoo! Mail Plus - Powerful. Affordable. Sign up now. >http://mailplus.yahoo.com > >-- >To unsubscribe, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
