Tomcat uriworkermap exclusions issue

2007-05-21 Thread oblongman
Hi, I am having problems implementing my uriworkermap file. I want to exclude all '.js' files from hitting tomcat, i do this with the line !/*.js=tomcat But i do want to send all '.js' files that live under "dwr/" to tomcat so i use /dwr/*=tomcat The issue is that tomcat deals with exclusion

Tomcat uriworkermap exlcuions issue

2007-05-21 Thread oblongman
Hi, I am having problems implementing my uriworkermap file. I want to exclude all '.js' files from hitting tomcat, i do this with the line !/*.js=tomcat But i do want to send all '.js' files that live under "dwr/" to tomcat so i use /dwr/*=tomcat The issue is that tomcat deals with exclusion