Hi,

All your problems stem from the lack of environment space. If you run this
on '95/98 you'd get the same error.

While running tomcat, do you really need to have such a long path (as
specified)? You could write a small batch file to keep the path to the bare
minimum - this way you'd have more space for initialization of tomcat. this
is a temporary solution - since most of the jar files you'd come across
force you to include them in the classpath.

Manav.
----- Original Message -----
From: "Steve Russell" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 3:25 AM
Subject: Re: Problems running Tomcat from command line


> Hi;
>
> I'm reposting this, hoping  that this version is more clear.
> ------
>
> I'm on Windows 2000 using Tomcat 3.2.4 ( not my choice ).
>
> I can start tomcat by double clicking the startup.bat file in
> C:\TOMCAT\bin.
>
> However, I can't start tomcat programmatically by typing "startup.bat"
> or "startup" ( without quotes ) from a dos prompt that is in
> C:\TOMCAT\bin
>
> I have tried running C:\TOMCAT\bin directly.  It complains that it is
> out of environment space ( how do you set that in win 2000 )    AND
> that it cant find C:\TOMCAT\lib\servlet.jar
>
> Its there.
>
> Here are the Windows 2000 environmental variables I have set for
> "system":
>
>
> CLASSPATH:
>
..;C:\W2Kimage_c\cygwin\home\steve\Projects\Classes;C:\TOMCAT\lib\servlet.ja
r
>
> PATH:
>
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\s
ystem32\nls;%SystemRoot%\system32\nls\English;C:JDK\bin;C:\ProgramFiles\GnuE
macs21.2\bin;C:\ProgramFiles;C:\PROGRA~1\ULTRAE~1;C:\Program
> Files\Microsoft SQL Server\80\Tools\BINN;
>
> JAVA_HOME:
> C:\JDK
>
> TOMCAT_HOME
> C:\TOMCAT
>
> Thanks in advance for any clues
>
> Steve
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to