RE: Starting TOMCAT without opening new DOS promt

2002-09-26 Thread Katz, Adi

try this:

In startup.bat replace the last line: 
call %EXECUTABLE% start %CMD_LINE_ARGS%
with:
call %EXECUTABLE% run %CMD_LINE_ARGS%


Adi

-Original Message-
From: RAJESH KANNAN [mailto:[EMAIL PROTECTED]]
Sent: 25 September 2002 15:32
To: [EMAIL PROTECTED]
Subject: Starting TOMCAT without opening new DOS promt


Hi all,

We would like to start the TOMCAT server without opening a new DOS prompt. 
How should we do this?

Thanks in anticipation.

With Regards
K.RajeshKannan



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
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]




how to shut down tomcat in NT Service

2002-09-23 Thread Katz, Adi

Hello

I am using jk_nt_service.exe to run tomcat 4.0 as a service on a windows machine.

My question is what i need to set in order for tomcat to shut down in a clean manner 
when i stop the service
in the control panel.

looking at the logfiles at the moment shows that tomcat is killed abruptly when i stop 
the service

Thanks,
Adi



how to shut down tomcat in NT Service

2002-09-23 Thread Katz, Adi

Hello

 I am using jk_nt_service.exe to run tomcat 4.0 as a service on a windows machine.
 
 My question is what i need to set in order for tomcat to shut down in a clean manner 
when i stop the service
 in the control panel.
 
 looking at the logfiles at the moment suggest that tomcat is killed abruptly when i 
stop the service
 
 Thanks,
 Adi



Running tomcat 4.0 as NT Srvice

2002-09-23 Thread Katz, Adi

Hello,

Tomcat 4.0 distributaion contains a file: tomcat.exe that is used for running tomcat 
as a service.
There isnt seems to be any documentation regarding this or how to install the service.
If you install tomcat using the exe installer it will be done automaticly but I need 
to do it
by myself.
Does anybody know something about how to use tomcat.exe ( it is in the bin directory ) 
in order for tomcat to run as a service?

Thanks,
Adi