How to access the runtime properties file

Hello everyone;

I need some help on how to access the run time properties file, i run mvn jetty:run command in the webapp folder of the openmrs-core while in the command line and on checking the browser i got this error https://pastebin.com/qsDYtd1c …I deleted openmrs databases from mysql and still stuck on how to access the runtime properties file .

@dkayiwa @ruhanga

Could this be of help ?

On Windows systems:

C:\Documents and Settings\YOURUSERNAME\Application Data\OpenMRS
C:\Windows\system32\config\systemprofile\Application Data\OpenMRS

On Mac OS X or Linux systems:

~/YOURUSERNAME/.OpenMRS
/usr/share/tomcatX/.OpenMRS
1 Like

thanks @jwnasambu for the feedback i have seen it