Hi All. This may be a stupid question. I tried add...
# general
p
Hi All. This may be a stupid question. I tried adding / changing code in my Application.groovy (main method) in my Grails 4 app. When I build / deploy the war to tomcat, the changes seem to be ignored. I've gone as far as commenting out
GrailsApp.run(Application, args)
and it still runs when deployed. I've even decompiled the Application.class from within the war in tomcat/webapps/my_app and my changes are there, but it seems to have no effect. I can see the Manifest points to that Application class as the start class. Is there something simple I'm missing here 😆