List deployed webapps in Apache Tomcat

前端 未结 7 1317
予麋鹿
予麋鹿 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:19

    Manual quote: List_Currently_Deployed_Applications

    http://localhost:8080/manager/text/list
    
    0 讨论(0)
提交回复
热议问题