Mendo, Anthony J. wrote:

Now I am getting different errors:

the variable value when opening the window is:
Variable Name: %CATALINA_HOME%
Variable Value: C:\tomcat

this is what displays...

C:\>%CATALINA_HOME%
'C:\tomcat\bin\' is not recognized as an internal or external command,
operable program or batch file.

Something's not matching up above; either you have CATALINA_HOME set to C:\tomcat or C:\tomcat\bin -- which is it? It should be the former...

so if I try this...

C:\>%CATALINA_HOME%startup
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program

What you'd enter, once your environment's correct, is C:> %CATALINA_HOME%\bin\startup.bat

or
C:> %CATALINA_HOME%\bin\catalina.bat run

if you want to watch the messages in that window...

But mind the "\"s  :-)

I am running on a windows machine.

Yeah, got it -- what *version* of Windows?

--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



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



Reply via email to