Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Attached is a little test servlet written to get to see a web report as an outcome. A user can update a timer via the browser with this servlet.
- It is enabled in the web.xml like:
<servlet> <servlet-name>testMonitoringUI</servlet-name> <servlet-class>org.apache.commons.monitoring.TestMonitoringUI</servlet-class> </servlet> <servlet-mapping> <servlet-name>testMonitoringUI</servlet-name> <url-pattern>/testMonitoringUI</url-pattern> </servlet-mapping>
User interaction with the test servlet does not lead me to a web report (but a 404 when accessing /monitors) in this way. It would be intersting to see why.