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 2002/07/25 01:00:58 UTC

DO NOT REPLY [Bug 11150] New: - shutdown fails with AJP12 disabled

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

shutdown fails with AJP12 disabled

           Summary: shutdown fails with AJP12 disabled
           Product: Tomcat 3
           Version: 3.3.x Nightly
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jeff@socialchange.net.au


Hi,

More shutdown bugs,

In server.xml, if I comment out the line:

<Ajp12Connector     port="8007" />

Then when I try to shut down, I get:

[jeff@kermit bin]$ ./shutdown
Using classpath: ./../lib/tomcat.jar
Using JAVA_HOME: /usr/local/jdk
Using TOMCAT_HOME: ..
Stopping Tomcat.
Stopping tomcat on :8007 null
Error stopping Tomcat with Ajp12 on kermit.socialchange.net.au/127.0.0.1:8007
java.net.ConnectException: Connection refused


AJP13 doesn't have this problem, ie when I comment out the AJP13 connector
(leaving AJP12 in), I can shut down fine.


--Jeff

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>