When you do a grails create-app
, it doesn't look like a web.xml
gets generated anywhere. According to the latest docs, it sounds like running grails install-templates
will place web.xml
to your src/templates/war
directory. A few questions about this:
web.xml
and making modifications to it?web.xml
(e.g. adding a servlet filter) will actually override and take affect when the app runs?Yes, that's still the accepted method for modifying web.xml
in Grails 2.4.x and yes, the changes you make there will be reflected in the deployed application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With