java processes on linux - any way to get to the app name?
"Matt Kime" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm deploying on linux. Unforunately its difficult to get to the app name on java processes. i've tried javaps which produces - 23628 java com.webobjects._bootstrap.WOBootstrap 23629 java com.webobjects._bootstrap.WOBootstrap 23630 java com.webobjects._bootstrap.WOBootstrap -WOPort 2001 -WOCachingEnabled YES -WODebuggingEnabled YES -WOOutputPath /home/mattkime/artbot-1 -WOAutoOpenInBrowser NO -WOAutoOpenClientApplication NO -WOLifebeatInterva these processes include wotaskd, JavaMonitor, and artbot. has anyone figure out a direct way to get this information? thanks, matt