How to set tomcat specific properties on grails -


i want able set tomcat properties in grails. want set org.apache.tomcat.util.buf.udecoder.allow_encoded_slash=true system property. (http://tomcat.apache.org/tomcat-7.0-doc/security-howto.html) have no idea these config go.

i have tried setting run -> edit configurations command line arguments, vm options, , setting catalina_opts environment variable. none work. , i'm not sure how check whether these values being read.

i running grails 2.1.0 tomcat grails plugin running on intellij on mac osx.

thanks.

you can view properties being passed app application info plugin.

another option connecting running grails application java visualvm bundled jdk. check bin directory of java installation jvisualvm.

to pass properties, have @ docs run-app specifying property correctly?


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -