Javamelody with Struts 2 . No action mapped for monitoring
问题 I got a Struts 2 , Java 8 web application running on Wildfly 10 and wanted to integrate Javamelody but i am unable to access the monitoring page no matter my configuration in the web.xml and struts.xml I use the following maven dependency <dependency> <groupId>net.bull.javamelody</groupId> <artifactId>javamelody-core</artifactId> <version>1.77.0</version> </dependency> In my web.xml (web-app version="3.0" ) i have the following configuration: <filter> <filter-name>monitoring</filter-name>