Posted By:
Richard_Robinson
Posted On:
Sunday, August 5, 2001 12:33 AM
I seem to have figured it out (finally). I offer
this for whoever else might be having
the same difficulty.
By adding a element as follows,
to the tomcat.conf (note it is not
tomcat-apache.conf; note as well that
httpd.conf must be referencing tomcat.conf),
and then rebooting Apache, things
now work as advertised:
allow from all
I'm guessing Apache (or tomcat) is adding
an implicit "deny from all" (perhaps
it's documented somewhere and I missed it?).
Or perhaps there's something in the
httpd.conf that is explicitly doing this
(I haven't gone that far into it, now
that it works.).
In case anyone cares or is having the same
difficulty...