Place JSP anywhere on the web server?

2001-08-21 Thread Jim Michael
I am having trouble configuring a seemingly simple thing with Apache/Tomcat. I need to be able to place a JSP anywhere in an Apache document directory and have it hand these off to Tomcat when requested. This is default behavior with JRun, for example, but I can't get it working with Apache

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Rob S.
- From: Jim Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 7:28 PM To: [EMAIL PROTECTED] Subject: Place JSP anywhere on the web server? I am having trouble configuring a seemingly simple thing with Apache/Tomcat. I need to be able to place a JSP anywhere in an Apache document

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Jim Michael
JSPs have no context outside of a web application and as such, cannot just execute from anywhere. I imagine your question is how to change where a web app resides on the HD. Ok, sorry for the bad terminology. You are correct, I just want to be able to specify a location other than under the

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Rob S.
Ok, sorry for the bad terminology. You are correct, I just want to be able to specify a location other than under the tomcat dir structure. No worries. In retrospect, i sounded a little harse. Sorry about that ;) Can you point me toward and example of this element? sho' nuff... in the