Use a map.
JK example:
JkMount /*.jsp ajp13
JK2 example
[uri:/examples/*.jsp] worker=ajp13:localhost:8009
John
On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu <[EMAIL PROTECTED]> wrote:
Hello,
Is it possible to have a directory where all the HTML files and file permissions etc. are handled by Apache and all the JSPs and servlets handled by Tomcat?
I have Tomcat and Apache working successfully using JK2. What I want to do is the following:
Say I have a directory: /mydirectory
And I want to access HTML pages (handled by Apache) via: http://myhost/mydirectory/ But I want to access servlets and JSPs also (handled by Tomcat) via: http://myhost/mydirectory/
Is there any way to do this without having to create a separate directory for the JSPs and servlets? _____________________________________ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
