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

RE: Figuring out which Unix process is which

2002-03-20 Thread Tomasz . Ciolek
Other way is to use netstat -anp (the p poption tells you whaich PID has the port) -- Tomasz M. Ciolek Systems Administrator - CSIRO Entomology Phone: 02-62464391 * Fax: 02-62464000 -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 March 2002

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
Yoav, You could try making differently named links to the java command, then edit your startup files so that each tomcat instance uses a different link to the java command? Andy -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 20:52 To: [EMAIL