From tomcat-dev-return-29791-apmail-jakarta-tomcat-dev-archive=jakarta.apache.org@jakarta.apache.org Sun Oct 14 23:10:56 2001 Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 81099 invoked by uid 500); 14 Oct 2001 23:10:55 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 81023 invoked from network); 14 Oct 2001 23:10:55 -0000 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Mon, 15 Oct 2001 00:11:00 +0100 Subject: Bug in RPM? [Was: FW: Re: Apache and Tomcat configuration] From: Pier Fumagalli To: "tomcat dev jakarta.apache.org" Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Henri? Pier ------ Forwarded Message From: Robert Watkins Reply-To: tomcat-user@jakarta.apache.org Date: Sun, 14 Oct 2001 16:27:20 -0400 (EDT) To: tomcat-user@jakarta.apache.org Subject: Re: Apache and Tomcat configuration For some reason, tht rpm version of mod_webapp writes WebAppMount, when in fact it should be WebAppDeploy. Change httpd.conf and restart apache. -------------------------- Robert Watkins -------------------------- r-watkins@worldnet.att.net geek@foo-bar.org rwatkins@wiley.com -------------------------- On Sun, 14 Oct 2001, Sean Alphonse wrote: > Hello. > > I am trying to configure Tomcat to work with Apache. > > I have installed JDK1.3.1, Apache 1.3.9 and Tomcat 4.0, mod_webapp 1.0.1, > and tomcat4 webapps 4.0-1 with RPMS on a Linux/Red Hat 7.1 box. > > I get the following error when restarting Apache. > > Starting httpd: Syntax error on line 1202 of /etc/httpd/conf/httpd.conf: > Invalid command 'WebAppMount', perhaps mis-spelled or defined by a module > not in > cluded in the server configuration > [FAILED] > > In my httpd.conf file line 1202 and the surrounding text is as follows: > > (1200) > (1201) WebAppConnection warpConnection warp localhost:8008 > (1202) WebAppMount examples warpConnection /examples/ > (1203) WebAppMount manager warpConnection /manager/ > (1204) WebAppMount webdav warpConnection /webdav/ > (1205) > > How do I resolve this problem? > > Thank-you for your time. > > Sean Alphonse. > ------ End of Forwarded Message