I'm trying to configure an apache 2.2 and tomcat 5.5 setup on Windows XP. I'm using mod_jk 1.2.25, which is working. I've also setup mod_rewrite, which is also working, but not with addresses that are located within a tomcat webapp.

Here's what I have configured in my httpd.conf (I'm not sure if this is at all the correct way to do it since I'm new at this and many of the articles out there give contradicting information. So, the...