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=21566>.
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=21566

server-noexamples.xml uses deprecated catalina connector

           Summary: server-noexamples.xml uses deprecated catalina connector
           Product: Tomcat 4
           Version: 4.1.24
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The server-noexamples.xml configuration file uses the following connector.

<Connector className="org.apache.catalina.connector.http.HttpConnector"

server.xml uses the correct connector.

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"

server-noexamples.xml should be up to date because its the most likely to be
used as a template for production sites.

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

Reply via email to