> From: keeplearning [mailto:[EMAIL PROTECTED]
> Subject: RE: Thread Dumps/ Emailing Results...
>
> I can get pid using ps -ef | grep tomcat.

Not likely.  Tomcat is a Java program, so unless something on the command line 
includes the symbol "tomcat" (mine doesn't), that won't find it.  Again, using 
jps is much easier - no grep required.

> What do i need to do restart tomcat?

I use the standard Tomcat scripts (startup.sh and shutdown.sh) to manipulate 
the Tomcat process, and I always use a real Tomcat from tomcat.apache.org, not 
some 3rd-party repackaged version.  If you're using the latter, you're on your 
own.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to