Can we keep Reference Application modules (omod files) in openmrs-webapp's /WEB-INF/view/module/ folder?

the WAR file deployment didnt work for us because:

  1. When we deploy the WAR file on Openshift Origin - JBOSS EAP server, we faced the below issue:

Error: Invalid ‘log4jConfigLocation’ parameter: class path resource [log4j.xml]

  1. We cannot deploy the WAR, as there is no option to restart the OSO Pod. We were not able to keep the omod files and restart the application/Pod.

Thats why we are trying with openmrs-core module through source code.

Hope you understand. Thanks