You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/02/18 15:19:24 UTC

DO NOT REPLY [Bug 27033] New: - the status page display too many lines when several connector on the same port but different IP

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27033

the status page display too many lines when several connector on the same port but different IP

           Summary: the status page display too many lines when several
                    connector on the same port but different IP
           Product: Tomcat 5
           Version: 5.0.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Webapps:Manager
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: david.crosson@intranode.com


the status page display too many lines when several connectors
on the same port but on different network interfaces are used.

First Connector  : 192.168.4.10 port 80
Second Connector : 192.168.4.11 port 80

The server status reports :

http80
  R
  R
  ... The connections of the two connectors are reported here


http80
  R
  R
  ... The connections of the two connectors are reported here



I think a status report should look like this one 
192.168.4.10:80
  R
  R
  ... Only the connections on this connector
192.168.4.11:80
  R
  R
  ... Only the connections on this connector

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org