Simon Stewart wrote:
> Yet more digging suggests that this could be a bug: attaching an
> strace to the httpd process as it starts up gives:
>
> write(2, "Syntax error on line 1018 of /us"..., 66) = 66
> write(2, "Duplicate connection name\n", 26) = 26
> _exit(1) = ?
>
> Where line 1018 refers to:
>
> WebAppConnection warpConnection warp localhost:8008
>
> This is the first connection I've tried to set up, so it's a bit of a
> specious error IMHO. I've filed a bug report with the apache bugzilla
> installation (view it at:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8331 )
>
> If anyone's got this working, I'd be fascinated to know how you did
> it....
I have, without the errors you mention. I assume you compiled Apache 2
from source? If so, send along the config.status file from your run of
configure. Basically, I did this:
cd ${APACHE_2_SRC_HOME}
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
make
make install
then configure and make and install mod_webapp as I described in the
document you referred to. You also remembered to setup the Tomcat
server.xml connection stuff, right? After that it is working for me
(except for struts apps - whole different ball o' wax there, tho...). I
do notice that when doing an 'apachectl graceful' to bounce apache it
takes up to a minute sometimes for the server to actually restart.
Perhaps comment out the WebApp* directives, start apache, uncomment them
and attempt a graceful? See if eventually it restarts (do a tail -f
logs/error_log).
>
> Cheers,
>
> Simon
>
>
--
Jeffrey Bonevich
Ann Arbor, Michigan
[EMAIL PROTECTED]
http://www.bonevich.com
Hw�t! W� G�r-Dena in ge�r-dagum,
peod-cyninga, prym gefr�non,
h� �a aepelingas ellen fremedon!
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>