Re: Stopping of tomcat failed.

2006-04-27 Thread Yasunori Taniguchi
out tomcat. And, is there any relation with the follows ? "A process" is apache ? >> 'hangin process' - A process which become orphon (very rare!). And joins >> under 'init' process, that becomes hard to be >killed. (I think there might be lots of nice

Re: Stopping of tomcat failed.

2006-04-18 Thread Yasunori Taniguchi
der 'init' process, that becomes hard to be killed. (I think there might be lots of nice terms to refer to these kind processes) > > >-- >Manivannan Palanichamy >http://geocities.com/manivannan57 > > > > > > >-Original Message- >Fr

Re: Stopping of tomcat failed.

2006-04-17 Thread Yasunori Taniguchi
hem. [EMAIL PROTECTED] wrote: >yes, the 'unclosed sockets', 'hanging process' and the likes are some notable >root causes. > >-- >Manivannan Palanichamy >http://geocities.com/manivannan57 > > > > > > >-Original Message- >From: Y

Re: Stopping of tomcat failed.

2006-04-17 Thread Yasunori Taniguchi
ply. This is how it can be >shutdown indirectly. > >(If still not working, the worst solution is to restart you machine.) > >Good luck/ > > > >-- >Manivannan Palanichamy >http://geocities.com/manivannan57 > > > > > > >-Original Message

Re: Stopping of tomcat failed.

2006-04-17 Thread Yasunori Taniguchi
g correctly. > >-- >Manivannan Palanichamy >http://geocities.com/manivannan57 > > > > > > >-Original Message- >From: Yasunori Taniguchi <[EMAIL PROTECTED]> >To: Tomcat Users List >Sent: Mon, 17 Apr 2006 13:05:24 +0900 >Subject: Re

Re: Stopping of tomcat failed.

2006-04-16 Thread Yasunori Taniguchi
no web application executing, the following matter never happen ? Yasunori Taniguchi さんは書きました: >Hi. > >Please help me. > >I'm using apache and tomcat to use Web-based GUI tool on RHEL3.0. >The GUI tool has a shell script that starts/stops apache and tomcat. >This script

Stopping of tomcat failed.

2006-04-06 Thread Yasunori Taniguchi
ot;Checking: " if [ -f /usr/local/apache/httpd.pid ]; then rc_failed 0 rc_status -v exit 0 else rc_failed 3 rc_status -v exit 3 fi fi ;; *) echo "Usage: $0 {start|stop|restart|status}" ;