List deployed webapps in Apache Tomcat

前端 未结 7 1318
予麋鹿
予麋鹿 2020-12-09 02:29

I need to get a list of deployed webapps in Apache Tomcat. Also, for each webapp I need to get a list of initialized servlets and JSPs. Any ideas how this can be done?

7条回答
  •  独厮守ぢ
    2020-12-09 03:09

    The best way I found for information about the deployed applications and their content (including servlets, files, connections and such) is to install Lambda Probe in addition to whatever the tomcat instance is serving.

提交回复
热议问题