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?
Check out the Apache Tomcat manual. Section 5 is about the Manager application in Tomcat, which does just that.