SSL, Tomcat and Grails

grails, ssl, tomcat

Solution

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.

Problem

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.

Original source