I want to be able to set some tomcat properties in grails. Specifically I want to set org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true system property. (http://tomcat.apache.org/tomcat-7.0-doc/security-howto.html) but I have no idea where these config go.
I have tried setting it Run -> Edit Configurations as Command Line arguments, VM options, and setting CATALINA_OPTS as an environment variable. But none work. And I'm not even sure how to check whether these values are being read.
I am running grails 2.1.0 with the tomcat grails plugin running on IntelliJ on Mac OSX.
Thanks.