I just did this config yesterday and ran into the same problem. The Port
directive in httpd.conf should be 80 for the default web port unless you're
running Apache on another port. Check the Apache docs for more info on it.
Mod_webapp seems to require it explicitly defined as opposed to taking the
default 80 when not defined. I'm not sure why, but then again, mod_webapp is
still very new and is bound to be a little rough around the edges.
That's my experience. --David Smith
On Monday 24 September 2001 11:47 pm, you wrote:
> I managed to get Apache and Tomcat going tonight whew!!!
>
> To get it working I had to define
>
> Servername 192.168.2.4
> Port 8008
>
> I'm wondering what port I should use for Port? I am running
> warp on 8008, and tomcat stand alone on 8080, I think apache
> http is on 80. What do you suggest?
>
> Nick