Graham,
On 7/7/23 09:26, Graham Leggett wrote:
Is there is application out there that will provide, at / (or a path of your
choosing), a list of links of applications currently deployed and running under
tomcat?
Ideally I want tomcat to tell me what applications have been deployed and if
they have been deployed successfully, preferably by pointing curl and the root
of the server and going “what’s here and how do I get there”.
(This is a wildly different question to “what do I think is here and how do I
think I get there”)
I don't know of such an application, other than the Manager which Robert
mentioned in his reply. You could deploy the Manager on / if you wanted.
Would this be for internal debugging or for general use?
Writing such an application would not be difficult.
But if you just want to know "did Tomcat really deploy application X"
then you can try two other places quickly to see what happened:
1. Look in the logs (see my recent reply in your other thread on this ML)
2. Connect via JMX and browse the deployed applications
Neither of these is a web-based observation, but it may meet your
immediate needs.
-chris
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org