You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Neo Gigs <gi...@yahoo.com> on 2002/03/13 07:28:55 UTC

Tomcat shutdown

Hi there,

I had a problem in shutdown tomcat when it says cannot locate ajp12.id in TOMCAT_HOME\conf directory. Is there any possible way to shutdown?

Neo

Re: Tomcat shutdown

Posted by Antony Stace <s4...@yahoo.com>.
> how do find out what is PID 4 tomcat?

$ps ax

will give you a list of processes and their ids.  if you want more info

$ps axwww

I quite often use

$kill -9 `ps ax | grep tomcat | grep j2 | awk '{print $1}'`

you will obviously have to alter this for your setup


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat shutdown

Posted by Neo Gigs <gi...@yahoo.com>.
how do find out what is PID 4 tomcat?

----- Original Message -----
From: "Moi" <go...@heaven.club.ne.jp>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, March 13, 2002 2:32 PM
Subject: Re: Tomcat shutdown


> In Lunux kill Tomcat by PID.
>  >kill PID
>
> Neo Gigs wrote:
>
> > Hi there,
> >
> > I had a problem in shutdown tomcat when it says cannot locate ajp12.id
in TOMCAT_HOME\conf directory. Is there any possible way to shutdown?
> >
> > Neo
> >
> >
>
>
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat shutdown

Posted by Moi <go...@heaven.club.ne.jp>.
In Lunux kill Tomcat by PID.
 >kill PID

Neo Gigs wrote:

> Hi there,
> 
> I had a problem in shutdown tomcat when it says cannot locate ajp12.id in TOMCAT_HOME\conf directory. Is there any possible way to shutdown?
> 
> Neo
> 
> 



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Tomcat shutdown

Posted by Cyber Sagar <cy...@pol.net.in>.
Try with this

goto  jakarta directory, then just say    bin\shutdown

C:\jakarta-tomcat-3.3a>bin\shutdown

-----Original Message-----
From: Neo Gigs [mailto:gigsvoo@yahoo.com]
Sent: 13 March 2002 15:29
To: Tomcat Users List
Subject: Tomcat shutdown


Hi there,

I had a problem in shutdown tomcat when it says cannot locate ajp12.id in
TOMCAT_HOME\conf directory. Is there any possible way to shutdown?

Neo


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>