Hello, I can't get Tomcat up under Win 98. In my autoexec.bat file that I get to through the sysedit command I have
C:\>set JAVA_HOME=C:\JDK1.3.1 C:\>set CLASSPATH=C:\TOMCAT\LIB\SERVLET.JAR;C:\TOMCAT\LIB\JAXP.JAR;C:\TOMCAT\LIB \ANT.JAR;C:\TOMCAT\LIB\PARSER.JAR;C:\TOMCAT\LIB\WEBSERVER.JAR;C:\TOMCAT\LIB\ JASP ER.JAR;C:\TOMCAT\CLASSES;C:\JDK1.3.1\LIB\TOOLS.JAR; C:\>set TOMCAT_HOME=C:\TOMCAT Then if I try to start Tomcat I get: C:\tomcat\bin>startup Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Including all jars in C:\TOMCAT\lib in your CLASSPATH. Out of environment space Out of environment space Using CLASSPATH: C:\TOMCAT\classes Out of environment space Starting Tomcat in new window C:\tomcat\bin> What can I do short of trying the surely superior RedHat? I've got it cooking on Win2k but 98 blah. Shawn Note: I left xml.jar out of the class path as there isn't one in the LIB, but even if I put it in there was the same error. Do I need to find and use that Jar?
