Interestingly enough, I don't have the 'AddModule mod_webapp.c' statement in my httpd.conf. I am using Apache 2, however - I don't know if that makes a difference.
-----Original Message----- From: steven shingler [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:08 PM To: Tomcat Users List Subject: Re: Mod Webapp? i agree with Jay that web5 definitely has to exist but also i think you have to add the webapp module after you've loaded it - put the line AddModule mod_webapp.c with all the other AddModules in the conf file hope that helps steven On 23/5/02 2:57 pm, "Paulsen, Jay" <[EMAIL PROTECTED]> wrote: > Just a wild guess: > > Is web5 defined on your network (either in DNS or hosts file)? > I have mod_webapp working between apache 2.0.36 and tomcat 4.0.3. If I > change my configuration > to specify an unknown host I get the same error you're seeing. > > Hope this helps > -Jay > > -----Original Message----- > From: Paul Sanwald [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 9:49 AM > To: 'Tomcat Users List' > Subject: Mod Webapp? > > > Hey, > 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 > > the relevant part of my httpd.conf is: > > LoadModule webapp_module libexec/mod_webapp.so > WebAppConnection warpConnection warp web5:8008 > WebAppDeploy examples warpConnection /examples > > 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. > > has anyone even ever tried to get apache/tomcat4 working on redhat 7? I have > asked a couple of questions on this list before and didn't get any > responses. > anyways, thanks in advance for any help/thoughts you may have. > > --paul > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > Steven Shingler -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
