Application Specific Properties files loading from weblogic classpath
We have 02 oracle policy automation Applications(WAR) running on same weblogic managed server node.These applications requires 03 properties files to run.
We were planning to keep these properties in weblogic managed server classpath.
but both these apps requires same properties files but the values are different.
so what we need is instance(WAR) specific properties file to load from managed server classpath.
These are product ears and cannot customize it with custom APIs to load these properties files.
We looked at the weblogic docs and could not find "Generic File Loading Overrides", but not sure about how to achieve it.
We were planning to keep these properties in weblogic managed server classpath.
but both these apps requires same properties files but the values are different.
so what we need is instance(WAR) specific properties file to load from managed server classpath.
These are product ears and cannot customize it with custom APIs to load these properties files.
We looked at the weblogic docs and could not find "Generic File Loading Overrides", but not sure about how to achieve it.
0