我正在为网络记录仪建造一个战争应用程序。
I have some property files I would like to keep separate from the war-file, so I can deploy the same war in different environments.
我试图通过搁置解决该问题。
<>Class-Path:>/opt/myapp/config
in the war MANIFEST, and then put the property-files in that directory, but that doesnt seem to work in WebLogic? The property-files apparently are not found by the application...
I read some posts, that not all Java EE-containers implement this feature. Is it correct that WebLogic does not (we are using 10.3.0), or is this supposed to work?
如果没有,解决这一问题的最佳途径是什么?