You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Gustavsson, Martin (Stockholm)" <Gu...@logica.com> on 2000/01/07 14:54:51 UTC

Installing Tomcat with Apache

I tried to configure Tomcat 3.0 with Apache 1.3.9 on NT 4 (following the
Tomcat-Apache how-to document). 

It refuses to work, giving me an Internal Server Error when trying to
connect to http://localhost/examples.

The only clue I've been able to find is mod_jserv.log which contains:

[07/01/2000 13:48:50:703] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:8007
[07/01/2000 13:48:50:703] (EMERGENCY) ajp12: connection fail
[07/01/2000 13:48:50:703] (ERROR) an error returned handling request via
protocol "ajpv12"

Any ideas?

Thanks,

/Martin

Re: Installing Tomcat with Apache

Posted by Patrick Regan <pa...@globalcrossing.com>.
You need to make sure Apache, JSeerv (default 8007), and Tomcat all run on
different ports.  And these ports need to be available.  You also have to
start apache and tomcat separately.

Pat

"Gustavsson, Martin (Stockholm)" wrote:

> I tried to configure Tomcat 3.0 with Apache 1.3.9 on NT 4 (following the
> Tomcat-Apache how-to document).
>
> It refuses to work, giving me an Internal Server Error when trying to
> connect to http://localhost/examples.
>
> The only clue I've been able to find is mod_jserv.log which contains:
>
> [07/01/2000 13:48:50:703] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8007
> [07/01/2000 13:48:50:703] (EMERGENCY) ajp12: connection fail
> [07/01/2000 13:48:50:703] (ERROR) an error returned handling request via
> protocol "ajpv12"
>
> Any ideas?
>
> Thanks,
>
> /Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org