<Grails Version Update from 4.0.2 to 6.2.3: Gettin...
# questions
r
Grails Version Update from 4.0.2 to 6.2.3: Getting unable to find valid certification path to requested target I have a Grails project running on 4.0.2 and Java 11. I generated the war file and deployed on tomcat to run in scheduled manner. Now I'm upgrading the project to 6.2.3 and Java 17. Steps I performed to update the package: downloaded the grails version from "https://grails.org/download.html". Configured the environment variable for grails and java 17. grails --version | Grails Version: 6.2.3 | JVM Version: 17.0.10 To validate the grails working tried. grails --stacktrace create-app myapp...
j