Re: Force quit without monitor
Re: Force quit without monitor
- Subject: Re: Force quit without monitor
- From: Guido Neitzer <email@hidden>
- Date: Fri, 4 May 2007 11:42:23 -0600
On 04.05.2007, at 11:29, Thierry Kramis wrote:
Is it possible to force an application instance to quit without using
monitor.
Yes, find out the process id on the server where the application runs
and send it a kill signal.
You can find out the instance by grepping for the port number that
application uses for the communication. Make sure, you include MORE
than the raw number as a pattern, so you don't accidently kill other
processes.
If the application is set to auto recover, it will come back after a
while.
We wan't to give customers a possibility to restart their instances
without
giving them access to monitor (where other applications are also
posted).
Hmmm. May I ask why the customer need to restart the app?
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden