usually ps -ef will show you all active processes with 
PID(processID)  PPID(parentProcessID)  THR(NumThreads) PR(priortity) NAME

More information is available from the brainiacs at University of Illinois
http://www.math.uiuc.edu/~gfrancis/illimath/windows/aszgard_mini/bin/CommandTools/readme1.txt

Martin Gainty 
I have not failed. I've just found 10,000 ways that won't work - Thomas Edison
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de 
déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then 
we ask politely to report. Each unauthorized forwarding or manufacturing of a 
copy is inadmissible. This message serves only for the exchange of information 
and has no legal binding effect. Due to the easy manipulation of emails we 
cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.






> From: arvindw...@gmail.com
> Date: Sat, 25 Apr 2009 14:07:25 +0530
> Subject: Re: tomcat shutdown problem
> To: users@tomcat.apache.org; p...@pidster.com
> 
> Thanks pid...
> 
> Can u able to give me more idea to solve it if possible..
> 
> Thanks,
> Arvind S
> 
> 
> *"Many of lifes failure are people who did not realize how close they were
> to success when they gave up."
> -Thomas Edison
> *
> 
> On Sat, Apr 25, 2009 at 2:00 PM, Pid <p...@pidster.com> wrote:
> 
> > S Arvind wrote:
> > > A wierd problem occur while shutdowning the tomcat 6 in the Fedora and
> > > Centos. Usually i use shell file to shutdown. After shutting down when
> > see
> > > the postgre preocess by  [code]*ps -ef | grep java*[/code] it is still
> > showing
> > >
> > > the process as running.
> > >
> > > such as
> > >
> > > [code]  tomcat   14694     1 72 Apr23 ?        23:44:25
> > > /usr/java/jdk1.5.0_13/jre/bin/java
> > > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> > >
> > -Djava.util.logging.config.file=/usr/share/tomcat6/apache-tomcat-6.0.18/conf/logging.properties
> > >
> > > -verbose:gc -Xloggc:gc.log -XX:+PrintGCDetails -XX:MaxPermSize=512M
> > > -Xms1024M -Xmx1024M -Djava.awt.headless=true
> > > -Djava.endorsed.dirs=/usr/share/tomcat6/apache-tomcat-6.0.18/endorsed
> > > -classpath :/usr/share/tomcat6/apache-tomcat-6.0.18/bin/bootstrap.jar
> > >
> > > -Dcatalina.base=/usr/share/tomcat6/apache-tomcat-6.0.18
> > > -Dcatalina.home=/usr/share/tomcat6/apache-tomcat-6.0.18
> > > -Djava.io.tmpdir=/usr/share/tomcat6/apache-tomcat-6.0.18/temp
> > > org.apache.catalina.startup.Bootstrap start  [/code]
> > >
> > > So if i keep repeating the start and shutdown after few cycles it is
> > > completely refusing to start. What might be the source or reason of this
> > > problem? Advance Thanks,
> >
> > If you are leaving an active process behind when you stop the server,
> > then doing it lots of times over isn't going to be healthy.
> >
> > Usually this is because your application has left non-daemon threads
> > running that haven't been shutdown.  It was was recently pointed out (on
> > this list) that the Quartz job scheduler is often a culprit in this regard.
> >
> > If you have are starting threads yourself, then you need to make sure
> > that you properly terminate them when the application (and server) shuts
> > down.
> >
> > A ServletContextListener is useful in this regard.
> >
> >
> > p
> >
> >
> > > Arvind S
> > >
> > >
> > >
> > > *
> > > "Many of lifes failure are people who did not realize how close they were
> > to
> > >
> > > success when they gave up."
> > > -Thomas Edison*
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >

_________________________________________________________________
Windows Live™ Hotmail®:…more than just e-mail.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_more_042009

Reply via email to