Brandom, I experienced this problem yesterday. It was a problem with my CATALINA_HOME variable.
I was starting a Tomcat in directory A, but CATALINA_HOME was pointing to directory B, and my CATALINA_BASE was undefined. The result: tomcat was being started up with the "B" configuration. Perhaps you are in the same case :_) ----- Original Message ----- From: "Brandon Cruz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 5:29 PM Subject: RE: Coyote Connector won't listen on port 8004, only 8009 (Tomcat 4.1.12) > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > port="8004" minProcessors="5" maxProcessors="75" > enableLookups="true" redirectPort="8443" > acceptCount="10" debug="0" connectionTimeout="20000" > useURIValidationHack="false" > > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> > > Even with the above configuration, this connector tries to start up on port > 8009. Anyone know why? > > > > Brandon > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
