Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 68189 invoked from network); 30 Jan 2002 08:13:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 Jan 2002 08:13:46 -0000 Received: (qmail 9776 invoked by uid 97); 30 Jan 2002 08:13:51 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 9760 invoked by uid 97); 30 Jan 2002 08:13:50 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 9749 invoked from network); 30 Jan 2002 08:13:49 -0000 Sender: jfclere@vtxrm2.bcn.fsc.net Message-ID: <3C57ABE7.9C980E8B@fujitsu-siemens.com> Date: Wed, 30 Jan 2002 09:16:39 +0100 From: jean-frederic clere Reply-To: jfrederic.clere@fujitsu-siemens.com X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.7 i686) X-Accept-Language: en, fr, de MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Problems with mod_webapp References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Erik Lotspeich wrote: > > Punky, > > I have defined the ServerName directive. If I don't define it, then I get > an error message telling me that it is not set. > > The relevant part of the Apache configuration file follows: > > LoadModule webapp_module libexec/mod_webapp.so > AddModule mod_webapp.c > > > WebAppConnection conn warp localhost:8008 > WebAppDeploy examples conn /examples > That is not enought to tell what is wrong... You have put this in a VirtualHost something like: +++ ServerName localhost WebAppConnection warpConnection warp 127.0.0.1:8008 WebAppInfo /info WebAppDeploy examples warpConnection /examples/ #WebAppDeploy servlet-tests.war warpConnection /servlet-tests/ #WebAppDeploy jsp-tests.war warpConnection /jsp-tests/ +++ It would be nice to now what were the compiling errors you complained about ;-) > > Thanks for your help, > > Erik. > > On Wed, 30 Jan 2002, Punky Tse wrote: > > > Something like you haven't defined ServerName directive. It is required for > > mod_webapp for some reasons. > > > > Can you show me the httpd.conf? > > > > - Punky > > > > ----- Original Message ----- > > From: "Erik Lotspeich" > > To: > > Sent: Wednesday, January 30, 2002 2:39 AM > > Subject: Problems with mod_webapp > > > > > > > I have successfully compiled Jakarta Tomcat 4 and gotten it up and > > > running. My problem is with mod_webapp. > > > > > > I've compiled mod_webapp with debugging flags. After fixing the Makefile > > > which fails to link against the pthread library properly, I receive the > > > following output when trying to start Apache. > > > > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:77) WebApp Library initializing > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:81) Initializing APR > > > [Mon Jan 28 15:58:22 2002] 2606 (pr_info.c:66) INFO provider initialized > > > [Mon Jan 28 15:58:22 2002] 2606 (pr_warp.c:62) WARP provider initialized > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:101) WebApp Library initialized > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:167) Created connection > > "conn" (Prov: "warp" Param: "localhost:8008") > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:126) Created virtual host > > "flamehawk.lotspeich.org:8080" > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:100) Created application > > "examples" in path "/examples/" > > > [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:187) Application examples > > deployed for http://flamehawk.lotspeich.org:8080/examples/ (Conn: conn) > > > bin/apachectl start: httpd started > > > > > > httpd quits right after it starts and before printing any error messages > > > in the logs. > > > > > > Does anyone have any suggestions? Any recomendations for how to build > > > mod_webapp properly? > > > > > > Any help would be greatly appreciated, > > > > > > Thanks, > > > > > > Erik. > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > > For additional commands, e-mail: > > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > -- > > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: