Re: How 2 use JAR files with Tomcat in Debian

2001-01-18 Thread Eric Weber
Hi You have to include the name of the jar in the class path, for example : setenv CLASSPATH ${CLASSPATH}:/usr/java/java3d-utils-src.jar Eric Nagappan A wrote: Hello all, I'm using Debian GNU/Linux + Apache + Tomcat. I, have list of class files and I, have made it 2 a jar. Now, how

How 2 use JAR files with Tomcat in Debian

2001-01-17 Thread Nagappan A
Hello all, I'm using Debian GNU/Linux + Apache + Tomcat. I, have list of class files and I, have made it 2 a jar. Now, how can I access those jar files. I, have mentioned the jar file in the CLASSPATH, while startup. Apart from that I, have place in the Home directory of Tomcat