You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Susanne Gschwendner (JIRA)" <ji...@apache.org> on 2008/05/05 22:31:55 UTC

[jira] Updated: (SANDBOX-237) [monitoring] Problem with getting a web report for Test Servlet

     [ https://issues.apache.org/jira/browse/SANDBOX-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Susanne Gschwendner updated SANDBOX-237:
----------------------------------------

    Attachment: TestMonitoringUI.java

> [monitoring] Problem with getting a web report for Test Servlet
> ---------------------------------------------------------------
>
>                 Key: SANDBOX-237
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-237
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: Monitoring
>            Reporter: Susanne Gschwendner
>         Attachments: TestMonitoringUI.java
>
>
> 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:
> {code}
>  <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>
> {code}
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.