You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ming Fai <mi...@pdsky.com> on 2002/08/22 19:54:45 UTC

4.1.9 Coyote/JK2 AJP 1.3 Connector port

hi,

this is possibly a bug report. (if it's not my configuration problem)

In 4.1.9, the Coyote/JK2 AJP 1.3 Connector port attribute doesn't work. I've
changed the port to 48009 but it is still listen on port 8009.

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

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

INFO: JK2: ajp13 listening on tcp port 8009

regards,
mingfai


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


RE: 4.1.9 Coyote/JK2 AJP 1.3 Connector port

Posted by Ming Fai <mi...@pdsky.com>.
Thx Andrew and Jun. The property in jk2.properties does work.

It's a bit confusing as I expect the port attribute can be defined in the
server.xml . I hope it is because the stuff is under development and the
configuration will be moved to server.xml.

regards,
mingfai

> -----Original Message-----
> From: Jun Inamori [mailto:j-office@osa.att.ne.jp]On Behalf Of Jun
> Inamori
> Sent: Friday, August 23, 2002 4:31 AM
> To: Tomcat Developers List
> Subject: Re: 4.1.9 Coyote/JK2 AJP 1.3 Connector port
>
>
> Hi Ming,
>
> > this is possibly a bug report. (if it's not my
> > configuration problem)
> >
> > In 4.1.9, the Coyote/JK2 AJP 1.3 Connector port attribute
> > doesn't work. I've
> > changed the port to 48009 but it is still listen on port
> > 8009.
> >
> >     <Connector className=
> >        "org.apache.coyote.tomcat4.CoyoteConnector"
> >        port="48009" minProcessors="5" maxProcessors="75"
> >        enableLookups="true" redirectPort="48443"
> >        acceptCount="10" debug="0" connectionTimeout="20000"
> >        useURIValidationHack="false"
> >        protocolHandlerClassName=
> >        "org.apache.jk.server.JkCoyoteHandler"/>
> >
> > INFO: JK2: ajp13 listening on tcp port 8009
>
> I think it is not the bug of Tomcat.
> Please edit:
>    (TOMCAT_HOME)/conf/jk2.properties
> and update the line of:
>    channelSocket.port=
>
> Happy Java programming!
> -----------------------
> Jun Inamori
> OOP-Reserch
> E-mail: jun@oop-reserch.com
> URL:    http://www.oop-reserch.com/
>
> --
> 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>


Re: 4.1.9 Coyote/JK2 AJP 1.3 Connector port

Posted by Jun Inamori <ju...@oop-reserch.com>.
Hi Ming,

> this is possibly a bug report. (if it's not my
> configuration problem)
> 
> In 4.1.9, the Coyote/JK2 AJP 1.3 Connector port attribute
> doesn't work. I've
> changed the port to 48009 but it is still listen on port
> 8009.
> 
>     <Connector className=
>        "org.apache.coyote.tomcat4.CoyoteConnector"
>        port="48009" minProcessors="5" maxProcessors="75"
>        enableLookups="true" redirectPort="48443"
>        acceptCount="10" debug="0" connectionTimeout="20000"
>        useURIValidationHack="false"
>        protocolHandlerClassName=
>        "org.apache.jk.server.JkCoyoteHandler"/>
> 
> INFO: JK2: ajp13 listening on tcp port 8009

I think it is not the bug of Tomcat.
Please edit:
   (TOMCAT_HOME)/conf/jk2.properties
and update the line of:
   channelSocket.port=

Happy Java programming!
-----------------------
Jun Inamori
OOP-Reserch
E-mail: jun@oop-reserch.com
URL:    http://www.oop-reserch.com/

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


RE: 4.1.9 Coyote/JK2 AJP 1.3 Connector port

Posted by Andrew Conrad <an...@attbi.com>.
I don't know if the port is used at that location any longer. (may be a
documentation bug) 

To change the port, modify the jk2.properties file and add:


channelSocket.port=7000

- Andrew

> -----Original Message-----
> From: Ming Fai [mailto:mingfai@pdsky.com] 
> Sent: Thursday, August 22, 2002 1:55 PM
> To: tomcat-dev@jakarta.apache.org
> Subject: 4.1.9 Coyote/JK2 AJP 1.3 Connector port
> 
> 
> hi,
> 
> this is possibly a bug report. (if it's not my configuration problem)
> 
> In 4.1.9, the Coyote/JK2 AJP 1.3 Connector port attribute 
> doesn't work. I've changed the port to 48009 but it is still 
> listen on port 8009.
> 
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>                port="48009" minProcessors="5" maxProcessors="75"
>                enableLookups="true" redirectPort="48443"
>                acceptCount="10" debug="0" connectionTimeout="20000"
>                useURIValidationHack="false"
> 
> protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
> 
> INFO: JK2: ajp13 listening on tcp port 8009
> 
> regards,
> mingfai
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-dev-> unsubscribe@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>