I've got a .jsp program on a server running apache and tomcat. What do I need to do to make apache pay attention to the .htaccess file when a .jsp file is called? Right now if I ban an IP address and visit a .html page on the site, the ban works. If I visit a .jsp file on the site, the ban does not work. I expect that's because tomcat/java is taking over. Any way around this?