What Chuck means is that you need
docBase="/var/lib/tomcat5/webapps/alfresco"

On Wed, Oct 7, 2009 at 8:51 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Maciej Zabielski [mailto:m...@tessel.pl]
> > Subject: mod_jk problem related to multiple hosts on Apache and Tomcat
> >
> > Tomcat Host
> > <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true"
> autoDeploy="true"
> >   xmlValidation="false" xmlNamespaceAware="false">
> >   <Context path="" docBase="/var/lib/tomcat5/webapps"/>
> >   <Alias>alfresco.domain.com</Alias>
> > </Host>
>
> I can't advise you about the httpd-related stuff, but the above is clearly
> wrong.  The docBase attribute of a <Context> must not be the same as the
> <Host> appBase; docBase should point to some directory or .war file directly
> *underneath* the appBase directory.  (Your other <Host> element is correct.)
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to