Changeset 1877
- Timestamp:
- 06/15/07 03:34:11 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/alpha/src/web/org/openmrs/web/Listener.java
r1730 r1877 340 340 // Look for environment variable {WEBAPP.NAME}_RUNTIME_PROPERTIES_FILE 341 341 String webapp = WebConstants.OPENMRS_WEBAPP_NAME; 342 webapp = webapp.toUpperCase(); 343 String env = webapp + "_RUNTIME_PROPERTIES_FILE"; 342 String env = webapp.toUpperCase() + "_RUNTIME_PROPERTIES_FILE"; 344 343 345 344 String filepath = System.getenv(env);