Eugeny N Dzhurinsky wrote:
> On Mon, Aug 28, 2006 at 10:07:18AM -0400, David Smith wrote:
>> What does the connector for port 8009 look like in your server.xml?  
>> Does it specify protcol="AJP/1.3"?
> 
> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>     port="8009" minProcessors="5" maxProcessors="75"
>     acceptCount="10" debug="0" connectionTimeout="0"
>     useURIValidationHack="false"
>     protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
> 
> it's tomcat 4.1.xx

If it is 4.1.32 then there is a bug that will cause AJP connectors
start up as HTTP. The workaround, good only for 4.1.32, is to use
protocolHandler rather than protocolHandlerClassName.

HTH,

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to