I believe it's a bug. You can get around it by defining the port in conf/jk2.properties ...

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configtcex.html


On Wednesday, November 20, 2002, at 08:26 PM, Filip Hanik wrote:

Did anyone notice that Tomcat 4.1.12 does not respect the port attribute for
the AJP13 connector

I have a connector defined like this,

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8010" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8444"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false"

protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>

and yet, tomcat starts the connector on port 8009.
any thoughts?

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
www.filip.net

-----Original Message-----
From: Tim Funk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 6:19 PM
To: [EMAIL PROTECTED]
Subject: [PATCH] Disable access log rotation


Is anyone opposed to looking at bug 14724? It replaces a similiar
enhancment [bug 12145](with patch) logged a few months ago.

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

The patch also enables writing out Cookies, incoming headers, Session
attributes, and HttpServletRequest attributes in a syntax similar
to apache.

If this functionality is added to the admin app, I believe the following
needs added to mbeans-descriptors.xml in the AccessLogValve section.
<attribute name="rotatable"
description="Rotate log"
is="true"
type="boolean"/>

-Tim


--
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]>

Reply via email to