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

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12594793#action_12594793 ] 

nicolas de loof commented on SANDBOX-237:
-----------------------------------------

Can you please attach your web.xml, or maybe the full WAR ?

> [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.