Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected param-value for configuration (development/deployment)

...

No Format
<context-param>
    <param-name>configuration</param-name>
    <param-value>development<value>deployment</param-value>
</context-param>

...

No Format
<context-param>
    <param-name>configuration</param-name>
    <param-value>deployment<value>development</param-value>
</context-param>

...