You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Tim Funk <fu...@joedog.org> on 2002/11/21 03:18:43 UTC

[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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JkCoyoteHandler does not respect port attribute in server.xml

Posted by Nick Wesselman <ni...@digivis.com>.
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:funkman@joedog.org]
>> Sent: Wednesday, November 20, 2002 6:19 PM
>> To: tomcat-dev@jakarta.apache.org
>> 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:
>> <ma...@jakarta.apache.org>
>> For additional commands, e-mail:
>> <ma...@jakarta.apache.org>
>>
>>
>
>
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>


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


JkCoyoteHandler does not respect port attribute in server.xml

Posted by Filip Hanik <ma...@filip.net>.
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:funkman@joedog.org]
>Sent: Wednesday, November 20, 2002 6:19 PM
>To: tomcat-dev@jakarta.apache.org
>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:
><ma...@jakarta.apache.org>
>For additional commands, e-mail:
><ma...@jakarta.apache.org>
>
>


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