Re: Shutdown Status in Bootstrap/Catalina

2003-03-04 Thread Mark R. Diggory
opers List Subject: Re: Shutdown Status in Bootstrap/Catalina I was thinking strictly of only if there were server threads/processes up. Nothing to do with the state of the contents of those processes (webapps), just a straight boolean presence/absence of processes. In this sense it would do the fo

Re: Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Mark R. Diggory
: Re: Shutdown Status in Bootstrap/Catalina I was thinking strictly of only if there were server threads/processes up. Nothing to do with the state of the contents of those processes (webapps), just a straight boolean presence/absence of processes. In this sense it would do the following If server

RE: Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Shapira, Yoav
TECTED] >Sent: Monday, March 03, 2003 10:16 AM >To: Tomcat Developers List >Subject: Re: Shutdown Status in Bootstrap/Catalina > >I was thinking strictly of only if there were server threads/processes >up. Nothing to do with the state of the contents of those processes >(webapp

Re: Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Mark R. Diggory
I was thinking strictly of only if there were server threads/processes up. Nothing to do with the state of the contents of those processes (webapps), just a straight boolean presence/absence of processes. In this sense it would do the following If server process/threads exist - return true If s

RE: Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Shapira, Yoav
Howdy, What would you suggest as the possible outputs from the status command? Personally, every time I've tried something like this I've run into granularity problems. Is the status "ok" when there is a server process, when the server manager webapp is available, or when user webapps are all av