You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jeff Walker <je...@jeffwalker.org> on 2001/05/25 16:44:54 UTC

Apache not talking to Tomcat on port 8007? I need a rubber room...


Hi all,

Apache cannot find tomcat at port 8007.

I am getting this error when trying to load a servlet through
apache. Tomcat log on startup:

2001-05-24 12:01:34 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-05-24 12:01:34 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007

Apache log on request:

[24/05/2001 09:38:34:294] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:8007
[24/05/2001 09:38:34:294] (EMERGENCY) ajp12: connection fail
[24/05/2001 09:38:34:295] (ERROR) an error returned handling request via
protocol "ajpv12"

Tomcat is starting correctly before apache, and I can reach tomcat at port
8080 with
the web browser.

WTF is wrong? How can I test whether port 8007 is really open and listening?
Anyone else seen this problem? I have been over the config files a million
times
and they look correct. Please help out a lamer moron dumbass. please?


Thanks,

Jeff Walker
DHA
Chattanooga, TN


AW: Apache not talking to Tomcat on port 8007? I need a rubber room...

Posted by Nico Wieland <wi...@netvertising.ch>.
> WTF is wrong? How can I test whether port 8007 is really open and 

nc localhost 8007

or a portscan

or netstat -a

hth,

nico