Re: CLASSPATH and JARs

2000-10-31 Thread Bill Pfeiffer
PM Subject: CLASSPATH and JARs > Hi, > > Am using Tomcat 3.1. > > For a webapp, I have a bunch of JARs. How do I ensure that > it gets picked up in the CLASSPATH ? > > Putting them in either the web-inf/lib or web-inf/classes does > not help. > > From the FAQ on

RE: CLASSPATH and JARs

2000-10-31 Thread David Harris
matter on win32. Putting jars and classes in the system classpath is asking for maintainability issues - try to avoid at all costs... -Original Message- From: Raghu Havaldar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 11:19 AM To: '[EMAIL PROTECTED]' Subject: CLASSPATH

CLASSPATH and JARs

2000-10-31 Thread Raghu Havaldar
Hi, Am using Tomcat 3.1. For a webapp, I have a bunch of JARs. How do I ensure that it gets picked up in the CLASSPATH ? Putting them in either the web-inf/lib or web-inf/classes does not help. >From the FAQ on Jakarta site, one person recommends adding it to the system CLASSPATH. Maybe it i