-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michel,

On 2/11/2009 7:35 AM, michel wrote:
> The only other problem I see is that JK has to look at different ports
> before it binds to anything but I assume that it just means it takes a
> bit longer to start but that's all.

No. JK doesn't look at any ports but the ones you tell it to look at.
There is no "search for an available port" feature: you specify a single
port and the JK connector binds to that one, unless there is a problem
(which in this case there is).

> INFO: Server startup in 3215 ms

If there are no messages after this, than you have a successful startup.
But, I still see bind errors in the log:

> Feb 11, 2009 12:19:47 PM org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8081 java.net.BindException: Address already in use
> 
> Feb 11, 2009 12:19:47 PM org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8082 java.net.BindException: Address already in use
> 
> Feb 11, 2009 12:19:47 PM org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8083 java.net.BindException: Address already in use
> 
> Feb 11, 2009 12:19:47 PM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8084

You are trying to use ports 8081, 8082, 8083, and 8084 for jk
connectors. I suspect that is not your intent. You should check your
configuration. Post the entire server.xml if you have to.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmS11oACgkQ9CaO5/Lv0PBY8gCgiz34IXY338KT/BoDGnviPtvT
96cAnRBNU7WeOzySQBkTAFKlBVu2LiiY
=xFlM
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to