getting a list of failed deployments
Paymon <[email protected]>
| Newsgroups | gmane.comp.jakarta.tomcat.user |
|---|---|
| Message-ID | <tcparcscaevm3jzjk2innslzu4twalsr6odiug7er7rpn5qhr5@wn3efjhfecmm> |
hello,
we seem to be having problem with some deployed apps. they stop running and
server returns 404 for that app. we are trying to get the status of each app
from `manager/status/all?JSON=true` endpoint.
i wrote a little script for that, returned json seems to list deployed apps in
an array under tomcat.context.
problem is i don't know, and i can't tell from the docs, if this is the list of
all apps, or just the ones "running"?
same with `manager/text/list`; it does list the apps but in the examples in the
doc it never show the case where one of the apps has failed. they're all marked
'running'
what should i excpect to see when an app has failed to run?
--
Paymon