On 5/2/06, Mike Bydalek <[EMAIL PROTECTED]> wrote:
<Host name="www.domain.com">
<Context path="" docBase="/opt/tomcat5/webapps/webappA"
debug="0"/>
I think you should add the following:
<Context path="/appB" docBase="..." debug="0"/>
<Context path="/appC" docBase="..." debug="0"/>
</Host>
Because i think you should tell Tomcat the other 2 webapp's location.
