The path must be relative to the origin XML (may not start with a '/').]]>
CLASSPATH: allow to specify the Spring Application Context location from your classpathWAR: allow to specify the Spring Application Context location from your war file]]>
Note: This is not required at runtime if 'CreateContext' is false, but still it is useful to enable build-time validation.]]>
- WAR: in the WAR /WEB-INF directory.
- CLASSPATH: in the application classpath.
Default: WAR.]]>
If set to 'true', your Spring Application Context will be instantiated by Open SUIT, and made available for the whole application. As a result you won't have to declare it anywhere else.
Otherwise Open SUIT assumes the Spring Application Context is declared and initialized by some other way (Spring servlet for instance), and will just retrieve it through the J2EE servlet context.
Default: false.]]>
Example: /ApplicationContext.xml]]>
]]>