To increase the amount of memory the DOS shell allocates for environment variables, put the following in your config.sys:
SHELL=C:\COMMAND.COM /P /E:4096 Depending on how much other stuff you have loading up, you may need to increase the number from 4096. Cheers, Greg Trasuk, President StratusCom Manufacturing Systems Inc. - We use information technology to solve business problems on your plant floor. http://stratuscom.ca > -----Original Message----- > From: Shawn [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 06, 2001 7:35 PM > To: [EMAIL PROTECTED] > Subject: install probs > > > 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? >
