DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37692>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37692

           Summary: RequestProcessors are no longer registered in JMX
           Product: Tomcat 5
           Version: 5.5.12
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


With Tomcat 5.5.12, individual RequestProcessors do not show up when I attempt
to access them via JMX. Is this by design, or a new bug? If by design,
documentation will need to be updated since the query below is used as an
example in the javadocs and the remote administration documentation. The example
below uses the Manager app's jmxproxy.

Under Tomcat 5.5.12, when I access this URL:
/manager/jmxproxy/?qry=*%3Atype%3DRequestProcessor%2C*

I get the following result:
-----------------
OK - Number of results: 0
-----------------

Under Tomcat 5.5.11, accessing the same URL:

I get this result:
-----------------
OK - Number of results: 2

Name: Catalina:type=RequestProcessor,worker=http-8680,name=HttpRequest0
modelerType: org.apache.coyote.RequestInfo
virtualHost: xxxxxxxxxxxx
bytesSent: 0
method: GET
remoteAddr: xxxxxxxxxxxx
requestBytesSent: 0
contentLength: -1
bytesReceived: 0
requestProcessingTime: 104
globalProcessor: [EMAIL PROTECTED]
protocol: HTTP/1.1
currentQueryString: qry=*%3Atype%3DRequestProcessor%2C*
requestBytesReceived: 0
serverPort: 8680
stage: 3
requestCount: 0
maxTime: 0
processingTime: 0
currentUri: /manager/jmxproxy/
errorCount: 0
------snip-------

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to