You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Galam <ny...@yahoo.com> on 2004/03/13 08:18:11 UTC

Is this normal? JK2: ajp13 listening on /0.0.0.0:8009.

 
Hi,
 
Is the message " JK2:  ajp13 listening on /0.0.0.0:8009" normal?  Why the ip address is all 0's?
 
 
 
-----------------
 
Mar 13, 2004 1:06:03 AM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Mar 13, 2004 1:06:03 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Mar 13, 2004 1:06:03 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=1/109  config=/var/tomcat4/conf/jk2.properties
Mar 13, 2004 1:06:03 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2641 ms
Mar 13, 2004 1:06:04 AM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
------------------
 
 
Galam.
 
 

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Re: Is this normal? JK2: ajp13 listening on /0.0.0.0:8009.

Posted by David Rees <dr...@greenhydrant.com>.
Galam wrote, On 3/12/2004 11:18 PM:
> 
> Is the message " JK2:  ajp13 listening on /0.0.0.0:8009" normal?  Why
> the ip address is all 0's?

When listening on 0.0.0.0, that means that you are listening on all 
available TCP/IP addresses, and in this case port 8009.  So yes, it is 
normal.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org