>    since I couldn't find very much info about mod_jk, and was having
> problems, I decided to use mod_webapp to connect apache 1.3.23 and tomcat
> 4.0.3 (on a fresh install of redhat 7.0).
> 
> it worked great when I first installed it, then I rebooted the box. tomcat
> starts fine, when I try to start apache it says:
> 
> [Thu May 23 09:24:49 2002] 5323 (wa_main.c:77) WebApp Library initializing
> [Thu May 23 09:24:49 2002] 5323 (wa_main.c:81) Initializing APR
> [Thu May 23 09:24:49 2002] 5323 (pr_info.c:66) INFO provider initialized
> [Thu May 23 09:24:49 2002] 5323 (pr_warp.c:62) WARP provider initialized
> [Thu May 23 09:24:49 2002] 5323 (wa_main.c:101) WebApp Library initialized
> Syntax error on line 997 of /opt/apache/conf/httpd.conf:
> Cannot get socket address information
> ./apachectl start: httpd could not be started

What exactly is on this line?

> the relevant part of my httpd.conf is:
> 
> LoadModule webapp_module libexec/mod_webapp.so
> WebAppConnection warpConnection warp web5:8008
> WebAppDeploy examples warpConnection /examples

Nothing obviously bad. I hope you have set "ServerName" in your config, since 
mod_webapp insists on it.

> does anyone have any idea what the problem might be? what I am confused
> about is (as with mod_jk), the connector worked fine until I rebooted the
> box. Unfortunately , the error string I'm getting "Cannot get socket address
> information" turns up 0 hits on a usenet search, so I have no idea what the
> problem may be. 

I don't suppose you'd be willing to go through source and try to figure out what's 
causing it?

Nix.


Reply via email to