I complied mod_webapp with --enable-debug. I get some additional information, so I tried running Apache through the gdb to get some additional information.
I get the following: [Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:77) WebApp Library initializing [Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:81) Initializing APR [Thu Dec 13 10:14:38 2001] 9594 (pr_info.c:66) INFO provider initialized [Thu Dec 13 10:14:38 2001] 9594 (pr_warp.c:62) WARP provider initialized [Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:101) WebApp Library initialized [Thu Dec 13 10:14:38 2001] 9594 (wa_config.c:167) Created connection "conn" (Prov: "warp" Param: "localhost:8008") [Thu Dec 13 10:14:38 2001] 9594 (wa_config.c:126) Created virtual host "flamehawk.lotspeich.org:8080" [Thu Dec 13 10:14:38 2001] 9594 (wa_config.c:100) Created application "examples" in path "/examples/" [Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:187) Application examples deployed for http://flamehawk.lotspeich.org:8080/examples/ (Conn: conn) Cannot access memory at address 0x4029fb14 Then Apache just disappears. So it seems like mod_webapp is corrupting the Apache memory space as well as its own. Any ideas? Thanks, Erik. On Thu, 13 Dec 2001, Craig McDaniel wrote: > On Thu, Dec 13, 2001 at 08:15:27AM -0800, Erik Lotspeich wrote: > > Hi, > > > > I am successfully able to build Tomcat 4 from source and it works just > > great. I'm trying to get mod_webapp to work with Apache 1.3.22. I've > > built mod_webapp from the source that is distributed with the Tomcat 4 > > package and I've also tried a recent build > > "webapp-module-20011211.tar.gz". Both give the same results which are: > > > > 1. The mod_webapp Package builds successfully. > > 2. I add the following lines to the Apache configuration (per instructions > > in the documentation): > > > > LoadModule webapp_module libexec/mod_webapp.so > > AddModule mod_webapp.c > > > > <IfModule mod_webapp.c> > > WebAppConnection conn warp localhost:8008 > > WebAppDeploy examples conn /examples > > </IfModule> > > > > 3. When I try to start Apache, it starts and quits right away. > > Unfortunately when it quits, it quits before it is able to dump a core > > file or print anything to the error log. Also, no error messages are > > printed to the logs inside of the tomcat directory structure. > > Try using --enable-debug with ./configure and rebuild the module. Now, > if i can just get mod_webapp to compile ;) > > > Erik. > > Later, > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
