Tomcat 4.1.24 context problem?

2003-04-02 Thread Don Sauer
 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? 

 

  







   


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



Re: Tomcat 4.1.24 context problem?

2003-04-02 Thread Jacob Kjome
The docBase is relative to the  appBase unless you specifically 
provide an absolute path off the root of the system.  I assume that your 
contexts are within the appBase, right?  So then it should be...





Look at the default server.xml and see how things are done there before 
messing with your own custom configuration.

Jake

At 03:59 PM 4/2/2003 -0600, you wrote:
 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?
 

  






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