You could setup a test instance of tomcat and a production instance. That's how we distinguish between test jar files and prod ones.
Peter -- Peter Smith Software Engineer InfoNow Corporation > From: Gil Hauer <[EMAIL PROTECTED]> > Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > Date: 20 Jul 2003 14:33:23 -0400 > To: [EMAIL PROTECTED] > Subject: per-context classpaths? > > Hello, > > Is it possible to have different classpaths based on context definitions > in server.xml? > > I'm asking because I have an 3rd-party JAR file which comes in two > versions: testing and production. Unfortunately the vendor has named > both JAR files the same -- it's just the classes inside that are > different. I'd like to install them in different directories for each > virtual host (test and production) and use the classpath to > differentiate them. > > Are there any better suggestions as to how to approach this? > > Thanks, > Gil > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
