Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.2
-
None
Description
Fortress Web fails during startup when fortress.properties file not found. This prevents deployment using system.properties (only).
Change spring config to:
<context:property-placeholder location="classpath:fortress.properties" ignore-resource-not-found="true"/>