AW: Figuring out which Unix process is which

2002-03-20 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Dienstag, 19. März 2002 21:52 An: [EMAIL PROTECTED] Betreff: Figuring out which Unix process is which snip/ We run multiple instance of tomcat using the same JAVA_HOME, so when we run a ps command (Solaris 2.8) we see a bunch of java processes, but can't tell which one

Repost: Finding Tomcat PID (Was Figuring out which Unix process is which)

2002-03-20 Thread camccuk
hand column... -Ursprüngliche Nachricht- Von: Yoav Shapira [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. März 2002 21:52 An: [EMAIL PROTECTED] Betreff: Figuring out which Unix process is which snip/ We run multiple instance of tomcat using the same JAVA_HOME, so when we run

Re: Figuring out which Unix process is which

2002-03-20 Thread NIVET Rémi
Try /usr/ucb/ps auxww Rémi. le mar 19-03-2002 à 21:52, Yoav Shapira a écrit : Hi, We run multiple instance of tomcat using the same JAVA_HOME, so when we run a ps command (Solaris 2.8) we see a bunch of java processes, but can't tell which one is which instance of tomcat. Does anyone have

Re: Figuring out which Unix process is which

2002-03-20 Thread camccuk
--- NIVET Rémi [EMAIL PROTECTED] wrote: Try /usr/ucb/ps auxww Rémi. As I was saying: this is fine until the process gets swapped out at which point ps reports the process as [java], no matter how many 'w's you specify - no one has been able to tell me a workaround for this. Thus, options

AW: Figuring out which Unix process is which

2002-03-20 Thread Ralph Einfeldt
: Re: Figuring out which Unix process is which snip/ As I was saying: this is fine until the process gets swapped out at which point ps reports the process as [java], no matter how many 'w's you specify - no one has been able to tell me a workaround for this. Thus, options seems

RE: Figuring out which Unix process is which

2002-03-20 Thread Tomasz . Ciolek
19:36 To: Tomcat Users List Subject: AW: Figuring out which Unix process is which What we do, is to define a command line option that shows up at the beginning of the command string that identifies the site for which this vm is running. As we don't use tomcat, I can't tell you how

Figuring out which Unix process is which

2002-03-19 Thread Yoav Shapira
Hi, We run multiple instance of tomcat using the same JAVA_HOME, so when we run a ps command (Solaris 2.8) we see a bunch of java processes, but can't tell which one is which instance of tomcat. Does anyone have any ideas to help this problem? It's not possible for us to run the processes as

Re: Figuring out which Unix process is which

2002-03-19 Thread Cheng Yan
Try this: % ps -ef | grep jre | grep java.endorsed - Original Message - From: Yoav Shapira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 15:52 Subject: Figuring out which Unix process is which Hi, We run multiple instance of tomcat using the same JAVA_HOME

RE: Figuring out which Unix process is which

2002-03-19 Thread Andy Eastham
PROTECTED] Subject: Figuring out which Unix process is which Hi, We run multiple instance of tomcat using the same JAVA_HOME, so when we run a ps command (Solaris 2.8) we see a bunch of java processes, but can't tell which one is which instance of tomcat. Does anyone have any ideas to help