How to find how many websites running on Tomcat server?
I am runn开发者_高级运维ing several websites on my Apache Tomcat server and I want to know how many websites are running on the port that I am using (for e.g., I use 8080 port normally).
If you log in as manager you can see the full list of the applications running:
http://localhost:8080/manager/html/list
精彩评论