You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Charles Yates <cy...@lanelib.stanford.edu> on 2001/12/05 18:34:55 UTC

mod_webapp and apache 2.0

    After getting errors from "apachectl configtest" relating
to invalid port I added a Port directive to httpd.conf and got
an error that Port directive had been replaced by Listen.  I then
removed my Port directive, hacked on webapp.c and wa_config.c
to hard code server Port references and . . . . Yay, it works!
    Am I having problems because I built the thing wrong?
(RedHat 7.1, i686)

Charles



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: mod_webapp and apache 2.0

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Wed, Dec 05, 2001 at 09:34:55AM -0800, Charles Yates wrote:
>    After getting errors from "apachectl configtest" relating
> to invalid port I added a Port directive to httpd.conf and got
> an error that Port directive had been replaced by Listen.  I then
> removed my Port directive, hacked on webapp.c and wa_config.c
> to hard code server Port references and . . . . Yay, it works!

I think the webapp code in the j-t-c CVS repository is updated.
If not, then please post what you did and we can try and sort
out the "right" fix.  -- justin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>