I am trying to disable jsp in the subdirectory "editable" of a webapp. I am running apache-jk2-tomcat4.1.17
Since I'm using JK2 I'm restricted to the syntax in the workers2.properties file on the apache side. I have tried to use regex in the uri, and wan't something like this: [uri:$^localhost/(?!editable).*\.jsp] but I can't get regex to work with uris at all. Does someone know of another way to do this? Maybe in server.xml? Thanks -jannik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
