RE: Tomcat service-- command line restart

2002-03-27 Thread Cato, Christopher

net stop tomcat
net start tomcat

?

 -Original Message-
 From: Stephen Clarke [mailto:[EMAIL PROTECTED]]
 Sent: den 27 mars 2002 14:08
 To: tomcat
 Subject: Tomcat service-- command line restart 
 
 
 Hi,
 Does any kind person happen to have on the tip of his tongue 
 the command
 line to restart Tomcat as a service in win2k?
 Many thanks.
 --
 Best,
 Stephen Clarke
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat service-- command line restart

2002-03-27 Thread John Roth

You can do:
net stop Tomcat
net start Tomcat

- assuming, of course that Tomcat is your service name.  I have multiple
instances on each server, so my names vary by which instance.

John



-Original Message-
From: Stephen Clarke [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 8:08 AM
To: tomcat
Subject: Tomcat service-- command line restart


Hi,
Does any kind person happen to have on the tip of his tongue the command
line to restart Tomcat as a service in win2k?
Many thanks.
--
Best,
Stephen Clarke


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat service-- command line restart

2002-03-27 Thread John Niven

 -Original Message-
 From: John Roth [mailto:[EMAIL PROTECTED]] 
 Sent: 27 March 2002 14:12
 To: 'Tomcat Users List'
 Subject: RE: Tomcat service-- command line restart 
 
 
 You can do:
 net stop Tomcat
 net start Tomcat
 
 - assuming, of course that Tomcat is your service name.  I 
 have multiple instances on each server, so my names vary by 
 which instance.

John

I've currently got one Tomcat (4.0.3) instance on a server running as an NT
service.  The instance is shared by 2+ developers, and I've been thinking
about setting up a unique instance for each developer.  Ideally I'd like
each instance to run as a service - how easy is this to do?  Any
pointers/avoids that you can offer?

Cheers
John


 
 John
 
 
 

 --
John Niven
Please reply through mailing list

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat service-- command line restart

2002-03-27 Thread Stephen Clarke

Hi John and Christopher,
Thanks both. That worked very nicely.
--
Best,
Stephen

- Original Message -
From: John Roth [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Wednesday, March 27, 2002 2:11 PM
Subject: RE: Tomcat service-- command line restart


 You can do:
 net stop Tomcat
 net start Tomcat

 - assuming, of course that Tomcat is your service name.  I have multiple
 instances on each server, so my names vary by which instance.


 -Original Message-
 From: Stephen Clarke [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 27, 2002 8:08 AM
 To: tomcat
 Subject: Tomcat service-- command line restart


 Hi,
 Does any kind person happen to have on the tip of his tongue the command
 line to restart Tomcat as a service in win2k?
 Many thanks.
 --



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]