I want to implement SSL in Grails. I cannot find the file /conf/server.xml in Grails folder structure. Has anyone implemented it?
Any help is much appreciated.
You can run grails run-app -https instead of grails run-app and it will create a self-signed certificate for you and run in SSL.
grails run-app -https
grails run-app