Maciej Zabielski wrote:
> Hi, 
> I couldn't find anything related to my configuration problem.
> I have Alfresco application installed under webapps/alfresco. The host looks 
> like this:
> 
> <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" 
> autoDeploy="false"  xmlValidation="false" xmlNamespaceAware="false">
>        <Context path="" docBase="/var/lib/tomcat5/webapps/alfresco"/>         
>        <Alias>alfresco.mydomain.com</Alias>
> </Host>

deployOnStartup is deploying the affresco dir as "/alfresco" when Tomcat starts.
Set deployOnStartup to false or delete the above context element and rename
"/var/lib/tomcat5/webapps/alfresco" to "/var/lib/tomcat5/webapps/ROOT"

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to