I have a Grails application deployed on tomcat. However recently while cleaning up files on the server there was accidental deletion of the groovy config file. But the application is still working as it's loaded into JVm with the required config details.
Is there a way where I can extract the application property key values from the Running tomcat JVM process..Ex of key map.stage.threads
If I restart tomcat I cannot start it back as the app would not start back due to missing property file.
Note: There is no back up and there are some custom values for important keys as math calc based on that deployment.