Two applications are deployed in our project, one each for JBoss and Tomcat (using the proprietary FAST infrastructure). The following URL lists the available web services / jmx console on JBoss:
Web Services: = http: // server: port / jbossws
JMX console: = http: // server: port / jmx-console
The same format does not work for Tomcat. Is there another module (in bold in the URLs above) that I can use to view available web services on Tomcat?
source share