Patrick Cummins
09/25/2019, 3:10 PMGrailsApp.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 😆