Re: setting up Tomcat on win98

2001-06-11 Thread Hemant Singh
HI : place following line at top of your startup.bat set TOMCAT_HOME=d:\Tomcat\jakarta-tomcat-3.2.2 set JAVA_HOME=d:\jdk1.3.1 It should work Regards, Hemant - Original Message - From: gek hua [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 7:22 PM Subject: setting up

setting up Tomcat on win98

2001-06-10 Thread gek hua
sorry for this simple question. i am a trying to set up the Tomcat server on a win98 system. But whenever i try to start the server running, i keep getting the: You must set JAVA_HOME to point at your Java Development kit installation error message. MY Jdk is installed at d:\jdk1.3.1 My

Re: setting up Tomcat on win98

2001-06-10 Thread subhi adam
If you are runing win98 just copy the following to your autoexec.bat. Make sure that classpath variables are in the same line like the following: set classpath= all the *.jar in one line path C:\WINDOWS;C:\WINDOWS\COMMAND;C:\jdk1.2.2\bin;C:\Tomcat\bin set