I’m trying to get a Project running on Tomcat7 that requires some Plugins and is written in Grails.
Creating a -war with the command grails prod war
Simply,
Remove grailsResourceLoader bean reference (the line below) from applicationContext.xml.
grailsResourceLoader
applicationContext.xml
and remove it from the property of grailsApplication bean
grailsApplication
and you will have:
Grails application factory bean