Re: error using tomcat

2001-05-31 Thread Zhou Ruiyi
hi , cleveland:       perhaps  you forgot to set the client's classpath. please try again,or let's know your detail envionment.     - Original Message - From: cleveland cooke To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 9:00 PM Subject: error using tomcat

Re: error using tomcat

2001-05-31 Thread Ricky Cardozo
Yes   Go to the tomcat.bat file under the \jakarta-tomcat\bin\ folder and find the following occurrence:   set CP=%CP%;%CLASSPATH% and change it with the following one   set CP=%CLASSPATH%;%CP%   There is a comment in the installation docs about this procedure...   I hope it helps you