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]
