> 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