You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by roger h tattersall <ro...@hevanet.com> on 2000/10/04 20:19:47 UTC

Starting Tomcat 3.1

Hi, & thank you for any help you can give me.

I am having trouble starting Tomcat 3.1.
My OS is Win '95.
I have change my MSDos initial memory to 4096
When I start Tomcat by clicking on bin\startup.bat   I get
***** 10/03/2000 **from startup.bat **
Out of environment space
Out of environment space
Out of environment space
Starting tomcat in new window
Using classpath: C:\jakarta-tomcat\classes;C:\jakarta-tomcat\lib\webserver.jar;C
:\jakarta-tomcat\lib\jasper.jar;C:\jakarta-tomcat\lib\xml.jar
********************
My Autoexec.bat file looks like:
SET CLASSPATH=C:\Program Files\PhotoDeluxe 2.0\AdobeConnectables;c:\jakarta-tomcat\lib\servlet.jar;%CLASSPATH%
SET JAVA_HOME=C:\JDK1.2.2
PATH=C:\JDK1.2.2\BIN;%PATH%
SET TOMCAT_HOME=C:\jakarta-tomcat
*****
Please, can you help me over this?  I have been struggling with this
for a little while.
Thank you
Roger

Re: Starting Tomcat 3.1

Posted by Jon Stevens <jo...@latchkey.com>.
on 10/4/2000 12:04 PM, "Pier P. Fumagalli" <pi...@betaversion.org> wrote:

> C:\TOMCAT> command /e:8192
> C:\TOMCAT> startup.bat

ohhh...i didn't realize that you could do that on the command line! i
thought it had to be added to the config.sys file...

so, why don't we simply add that "command /e:8192" line into the startup.bat
file? that should solve the problem, right?

-jon

-- 
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/



Re: Starting Tomcat 3.1

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
> roger h tattersall wrote:
> 
> Hi, & thank you for any help you can give me.
> 
> I am having trouble starting Tomcat 3.1.
> My OS is Win '95.
> I have change my MSDos initial memory to 4096
> When I start Tomcat by clicking on bin\startup.bat   I get
> ***** 10/03/2000 **from startup.bat **
> Out of environment space
> Out of environment space
> Out of environment space
> Starting tomcat in new window
> Using classpath:
> C:\jakarta-tomcat\classes;C:\jakarta-tomcat\lib\webserver.jar;C
> :\jakarta-tomcat\lib\jasper.jar;C:\jakarta-tomcat\lib\xml.jar
> ********************
> My Autoexec.bat file looks like:
> SET CLASSPATH=C:\Program Files\PhotoDeluxe
> 2.0\AdobeConnectables;c:\jakarta-tomcat\lib\servlet.jar;%CLASSPATH%
> SET JAVA_HOME=C:\JDK1.2.2
> PATH=C:\JDK1.2.2\BIN;%PATH%
> SET TOMCAT_HOME=C:\jakarta-tomcat
> *****
> Please, can you help me over this?  I have been struggling with this
> for a little while.
> Thank you
> Roger

Try doing:

C:\TOMCAT> command /e:8192
C:\TOMCAT> startup.bat

	Pier