|
Right now I have a contextManager placed in the
web.xml file so that when ever someone enters a URL containing the /jsp/, for
example http://domain.com/jsp/bleh.jsp
apache will pass the task to tomcat and a jsp page
will load and run as planned.
However, now I want to make it so that anywhere on
my server whenever a file contains the .jsp extension tomcat will kick in and
handle the page. I suppose I could make the apache and tomcat directories
overlap, but would this make apache or tomcat handle static data?
thanx
-ryan
|
- RE: Seamless apache and tomcat Ryan
- RE: Seamless apache and tomcat Filip Hanik
