Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Manuel González Castro
Hi, I'm running Apache HTTP Server 2.0.43 + Tomcat 4.1.12 + mod_jk and everything is working fine, Apache can talk to Tomcat to serve *.jsp pages. Now I'd like to disable the default non-SSL Coyote HTTP/1.1 Connector on port 8080 because I don't like everybody getting into

RE: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Turner, John
02, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector? Hi, I'm running Apache HTTP Server 2.0.43 + Tomcat 4.1.12 + mod_jk and everything is working fine, Apache can talk to Tomcat to serve *.jsp pages. Now I'd like

Re: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Jerry Ford
Looks like you conmmented out the wrong connector. The one you have removed is identified as the one for port 8009, which is the one Apache uses. Restore that connector and comment out the one that is identified as for port 8080. Jerry Manuel González Castro wrote: Hi, I'm running Apache

RE: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Turner, John
Users List Subject: Re: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector? Looks like you conmmented out the wrong connector. The one you have removed is identified as the one for port 8009, which is the one Apache uses. Restore that connector and comment out the one