Re: listing all applications in manager across configured virtual hosts

2019-12-05 Thread Guild, Jason A (DOT)
The general idea seems like a reasonable use case. Yes, I will look into it and see what I can come up with in terms of a patch we can try. Jason On 12/5/2019 1:08 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jason, > > On 12/5/19 14:

listing all applications in manager across configured virtual hosts

2019-12-05 Thread Guild, Jason A (DOT)
Hi all: We have configured a Tomcat with two virtual hosts, one for hosting client-facing applications on a "vanity" name, and the other for the "machine" which hosts private URLs for access to admin/diagnostic functions by admins only. We have an instance of Tomcat manager on the running just

Re: override context path for manager application

2019-12-04 Thread Guild, Jason A (DOT)
Konstantin: Thank you for your point #1 below! When I remove "path" attribute entirely from my override configuration and save it as "dev9#manager.xml" then I get exactly the result I want. However, I did not need to move the manager application from the "${catalina.home}/webapps" directory as

override context path for manager application

2019-12-04 Thread Guild, Jason A (DOT)
Hi all: The context path of the Tomcat manager application is "/manager" by default [0]. I am trying to change this context path from the default using an override configuration. I am doing the typical creation of a container using makebase.sh and setting CATALINA_BASE before starting it. To e