Hello,

I've installed Tomcat 3.2.3 on my Win98 machine, but after a couple of 
hours of trying to get it started - no joy. I routinely compile and run 
other Java programs on this maching, but there is something about the 
Tomcat startup.bat file that is giving me fits. Anyway, I've searched the 
archives and carefully followed the install docs, but I'm stumped.

Here's my autoexec file:


C:\>type autoexec.bat

@ECHO OFF
PROMPT $P$G
SET PATH=c:\;c:\windows;c:\jdk1.3\bin
SET TOMCAT_HOME=c:\jakart~1.3
SET JAVA_HOME=c:\jdk1.3
SET CLASSPATH=.;c:\lost_forest\com
DOSKEY INSERT


Here's what happens when I run the startup.bat. Also, please note that I've 
upped the environmental variable memory allocation to over 3k with the DOS 
Shell command and I really don't think that I'm out of environment space. 
In fact, after startup.bat dies I can manually add over 20 new environment 
variables that are over 150 characters each. <Sigh> Any help will be 
appreciated!

Regards,

Mark...


C:\jakarta-tomcat-3.2.3\bin>startup
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
       only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space

Using CLASSPATH: c:\jakart~1.3\classes

Out of environment space
Starting Tomcat in new window
Bad command or file name
C:\jakarta-tomcat-3.2.3\bin>


Reply via email to