Thank you Chuck!

Thanks,


Sent with BlackBerry Work (www.blackberry.com)
________________________________
From: Chuck Caldarale <n82...@gmail.com>
Sent: Oct 7, 2022 9:15 PM
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: OT: Question on manager app in distro


> On 2022 Oct 7, at 19:10, <jonmcalexan...@wellsfargo.com.invalid> 
> <jonmcalexan...@wellsfargo.com.INVALID> wrote:
>
> If I wanted to possibly take parts of the manager application that comes with 
> Tomcat and put bits and pieces together for an internal utility app (status 
> stuff only), or figure out how it's done. Where would I find the code to do 
> that? I've looked at the exploded war file and see absolutely NO code, so it 
> must be "built in" to the Tomcat code (or that is my best guess).

Yes, the logic is within the Manager servlet, not the JSP. Download the Tomcat 
source code for the level you’re interested in:

        
https://urldefense.com/v3/__https://tomcat.apache.org/download-10.cgi__;!!F9svGWnIaVPGSwU!prH0BytpMdqoquCfEGjqpjIvNONInHiqm23OXY9Y72qEFVM9cblbu55FIIr73Y_FcVrCpPeBgXK0ROzFNFZBjA$
        
https://urldefense.com/v3/__https://tomcat.apache.org/download-90.cgi__;!!F9svGWnIaVPGSwU!prH0BytpMdqoquCfEGjqpjIvNONInHiqm23OXY9Y72qEFVM9cblbu55FIIr73Y_FcVrCpPeBgXK0ROwSnIdXdA$
        
https://urldefense.com/v3/__https://tomcat.apache.org/download-80.cgi__;!!F9svGWnIaVPGSwU!prH0BytpMdqoquCfEGjqpjIvNONInHiqm23OXY9Y72qEFVM9cblbu55FIIr73Y_FcVrCpPeBgXK0ROzIEJWdxw$

Look here to start:

        
apache-tomcat-x.y.z-src/java/org/apache/catalina/manager/ManagerServlet.java

  - Chuck


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

Reply via email to