I recently upgraded to the latest Grails version. My previous version used Jetty for development and test. I had the various SSL configuration needed in _Events.groovy in the eventConfigureJetty.
Now I have changed it to eventConfigureTomcat and the SSL configuration is not working. Looks like the tomcat plugin can't find the keystore. It's looking under .../target/tomcat/, how can I override that path?
Thanks for any help.


Reply With Quote