Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
<Context>
    <!-- Logback config loading -->
	<Parameter name="CONFIGDIR" value="path/to/dir/containintthat/contains/logback.xml/" override="false"/>
    <!-- Application configuration -->
	<Parameter name="contextConfigLocation" value="file://${user.home}/path/to/ApplicationContext.xml" override="false"/>
</Context>

...