...
When openmrs starts up, it will print a message to the server log file about where it is. Look for the string "Using runtime properties file: " and the path following it.
How do I allow automatic database updates when installing a new .war file?
Add:
auto_update_database=true
to your openmrs.runtime-properties file.