You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Graham Leggett <mi...@sharp.fm.INVALID> on 2023/07/07 13:26:28 UTC

Tomcat links application at the root of the server?

Hi all,

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”)

Regards,
Graham
—


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat links application at the root of the server?

Posted by Christopher Schultz <ch...@christopherschultz.net>.
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat links application at the root of the server?

Posted by Robert Turner <rt...@e-djuster.ca>.
What about the standard / provided Tomcat Manager application?
https://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html




On Fri, Jul 7, 2023 at 9:26 AM Graham Leggett <mi...@sharp.fm.invalid>
wrote:

> Hi all,
>
> 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”)
>
> Regards,
> Graham
> —
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>