Re: ClassPath and setTomcat_Home variables?

2001-01-08 Thread Robert Wohleb
Search the microsoft docs at msdn.microsoft.com for the "out of environment space problem. There is a quick fix listed there. If I remember correctly it deals with the dos box not properly automatically detecting memory requirements for the environment space. If you can't find the doc, try

ClassPath and setTomcat_Home variables?

2001-01-07 Thread Sam T.
hi I have a problem to run Tomcat ,I have win98,jdk1.3, when I start to run it I get an error like Out of environment space Unable to locate servlet.jar, check the value of TOMCAT_HOME. how can I check the value of TOMCAT_HOME,JAVA_HOME? thanks sam,

Re: ClassPath and setTomcat_Home variables?

2001-01-07 Thread nitin dubey
Hi sam, that means your classpath has not been set. from run option in start menu type SYSEDIT. give following commands in your autoexec.bat. set TOMCAT_HOME=c:\tomcat set JAVA_HOME=c:\jdk1.3 set classpath=%classpath%;c:\jsdk2.0\lib\jsdk.jar; here I am assuming that all jdk, jsdk and tomcat