.JSP files in webapps root directory not found

2000-10-26 Thread John Fisher
(I posted this question a few days ago but received no reply - It's really messing me up though, so I'm trying again) Hi- I would like to provide .jsp files in my documentroot directory. For example, setting a home page to: http://mymachine.org/index.jsp my jk_mod.conf contains the following:

RE: include behavior

2000-10-26 Thread John Fisher
Dave - Original Message - From: "John Fisher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 8:00 PM Subject: include behavior > > > I could really use some help here. Originally, I had static pages that used > Apache's Server Sid

include behavior

2000-10-25 Thread John Fisher
I could really use some help here. Originally, I had static pages that used Apache's Server Side Includes to put a header at the top of the page. The header is /common/header.ssi. My is both the Apache root and Tomcat's webapps directory (webapps is a symbolic link). I've introduce Tomcat into

.jsp files in webapps

2000-10-25 Thread John Fisher
Hi- I would like to provide .jsp files in my documentroot directory. For example, setting a home page to: http://mymachine.org/index.jsp my jk_mod.conf contains the following: JkMount /*.jsp ajp13 JkMount /fishertest/*.jsp ajp13 If I try: http://mymachine.org/fishertest/index.jsp then thing