Okay, This is driving me nuts. I have  APACHE 2 + Tomcat 4.1.24 +
mod_jk configured. In my VirtualHost I set it so that /* =ajp13
/examples/* ajp13 and /hms/* ajp13. My Context is below, when I test my
configuration the http:///www.xyz.com/ comes up to Tomcats default page
eventhough it isn't within the new docBase - if I try a different page
in that docBase such as http://www.xyz.xom/about.jsp it comes up
correctly. Currently, the only hosts and contexts are to xyz.com the
logs show access to the different contexts correctly and it doesn't
throw and error in the catalina.out. What am I missing that it isn't
bringing up the index.jsp from the docBase? 

 <Host name="www.xyz.com" debug="0" appBase="/web/xyz/docs">

          <Logger className="org.apache.catalina.logger.FileLogger"
                 directory="logs"  prefix="localhost_log." suffix=".txt"
                timestamp="true"/>



        <!-- Tomcat Root Context -->
        <Context path="" docBase="/web/xyz/docs" debug="0"
reloadable="true" />
        <Context path="/examples"
docBase="/usr/tomcat/webapps/examples/" debug="0" reloadable="true" />
        <Context path="/hms" docBase="/web/servlets/hms/" debug="0"
reloadable="true" >
   </Host>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to