Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 80415 invoked by uid 500); 13 Nov 2001 12:43:31 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 80404 invoked from network); 13 Nov 2001 12:43:30 -0000 Message-ID: <004901c16c40$d3bbede0$1e01a8c0@finaltouch.com> From: "Robert J. Lebowitz" To: References: <200111130211.SAA03555@svs6.virtualis.com> <00e601c16bf2$b5cc3040$1e01a8c0@finaltouch.com> Subject: Re: Configuration for virtual hosts using Apache 1.3.x, Tomcat 4 and Cocoon 2 Date: Tue, 13 Nov 2001 06:43:42 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Okay... I figured this out myself after a little experimentation, and reading more of the notes in the tomcat and cocoon archives. One of the more confusing aspects of all this is the way that the mod_webapp works. In your httpd.conf file (Apache), you need to add the following two sections: ServerName site1.mydomain.com Port 80 WebAppConnection cx warp localhost:8008 WebAppDeploy /path/to/site1/documents cx / ServerName site2.mydomain.com Port 80 WebAppConnection cx0 warp localhost:8008 WebAppDeploy /path/to/site2/documents cx0 / In your server.xml file (Tomcat), you need to add the following snippets in the .. segment: Don't forget to install the mod_webapp module and be sure to fire up tomcat first, then the apache httpd so that the warp connector has something to "connect to". Rob --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: