This message has been dequarantined.  Although the system only
presents the first 55 lines here, the original message was sent
to paul intact.

> From [EMAIL PROTECTED]  Wed Aug 27 01:02:20 2003
> Return-Path: <[EMAIL PROTECTED]>
> Received: from apache.org (daedalus.apache.org [208.185.179.12])
>       by mei.net (8.12.9/8.12.9) with SMTP id h7R52JHL024718
>       for <[EMAIL PROTECTED]>; Wed, 27 Aug 2003 01:02:19 -0400
> Received: (qmail 37547 invoked by uid 500); 27 Aug 2003 05:03:02 -0000
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> Precedence: bulk
> List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
> List-Subscribe: <mailto:[EMAIL PROTECTED]>
> List-Help: <mailto:[EMAIL PROTECTED]>
> List-Post: <mailto:[EMAIL PROTECTED]>
> List-Id: "Tomcat Users List" <tomcat-user.jakarta.apache.org>
> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Delivered-To: mailing list [EMAIL PROTECTED]
> Received: (qmail 37532 invoked from network); 27 Aug 2003 05:03:01 -0000
> Received: from unknown (HELO lakemtao03.cox.net) (68.1.17.242)
>   by daedalus.apache.org with SMTP; 27 Aug 2003 05:03:01 -0000
> Received: from somatose ([68.225.40.169]) by lakemtao03.cox.net
>           (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP
>           id <[EMAIL PROTECTED]>
>           for <[EMAIL PROTECTED]>;
>           Wed, 27 Aug 2003 01:02:17 -0400
> Message-ID: <[EMAIL PROTECTED]>
> From: "Christopher Garrett" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: vhosts and workers
> Date: Wed, 27 Aug 2003 01:03:06 -0400
> 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 6.00.2800.1106
> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
> BCT-delivery-for: paul
> MEI-wl-code: MEI0247251061960540GFr+T7edKzwnXhihdUJR3g
> 
> I'm in the process of configuration Tomcat 4.1.27 to communicate with Apache
> 1.3.28 through mod_jk on a single machine. I have several virtual hosts set up
> on my server in the following way: /home/vhost1, /home/vhost2, etc.. I would
> like to configure Apache/Tomcat to allow users of these vhosts to serve
> JSPs/Servlets from beneath their home directories, e.g.:
> /home/vhost1/public_html/webapps/ and /home/vhost2/public_html/webapps/. From my
> reading, I understand that this can be accomplished by:
> - setting the appBase attribute of the <Home> tag in the server.xml to those
> absolute directories:
>     <Home appBase="/home/vhost1/public_html/webapps/"...>
>     ...
>     <Home appBase="/home/vhost2/public_html/webapps/"...>
> - setting the docBase/path attributes in the child <Context> tag to some
> directory within the appBase path:
>     <Home appBase="/home/vhost1/public_html/webapps/"...>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to