This will fail in later versions of Tomcat 5. appBase should not equal
docbase. The correct configuration is:
<Host name="www.host1.com" appBase="/opt/projects/www/host1/web">
   <Context docBase="/ROOT" />
</Host>

Does this mean that there must be a "ROOT" directory under
"/opt/projects/www/host1/web"?

In my current configuration I have
"/opt/projects/www/host1/web/[index.jsp,jsp/,html/,images/,js/,
etc...]". So for future versions of tomcat 5, I'll need
"/opt/projects/www/host1/web/ROOT/[index.jsp,jsp/,html/,ect...]"?

Thanks for correcting me on this, I'm still quite new at this myself.

Thanks again,
Eric

--
Learn from the past. Live in the present. Plan for the future.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to