tomcat classpath -- \tomcat\lib

2001-03-29 Thread brian luk
Hi all, tomcat documentation told me to put all my JAR files in c:\tomcat\lib\. but when i put my JAR files there, the classpath semes didn't find the JARs in c:\tomcat\lib dir. It works on unix but not WIN32. and i was forced to put my JAR files inside JDK/JRE's lib\ext directory. Anyone

RE: tomcat classpath -- \tomcat\lib

2001-03-29 Thread Dalia, Keith A - TOS-DITT1
classpath -- \tomcat\lib Hi all, tomcat documentation told me to put all my JAR files in c:\tomcat\lib\. but when i put my JAR files there, the classpath semes didn't find the JARs in c:\tomcat\lib dir. It works on unix but not WIN32. and i was forced to put my JAR files inside JDK/JRE's lib\ext

RE: tomcat classpath -- \tomcat\lib

2001-03-29 Thread brian luk
nt to look at the wrapper.properties file. -Original Message- From: brian luk [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 3:35 PM To: [EMAIL PROTECTED] Subject: tomcat classpath -- \tomcat\lib Hi all, tomcat documentation told me to put all my JAR files in

RE: tomcat classpath -- \tomcat\lib

2001-03-29 Thread Dalia, Keith A - TOS-DITT1
arser.jar if exist "%TOMCAT_HOME%\lib\servlet.jar" set CP=%CP%;%TOMCAT_HOME%\lib\servlet.jar if exist "%TOMCAT_HOME%\lib\webserver.jar" set CP=%CP%;%TOMCAT_HOME%\lib\webserver.jar Keith -Original Message- From: brian luk [mailto:[EMAIL PROTECTED]] Sent: Thursday, Marc