Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the following to your web.xml, inside your <servlet> mapping definition (or <filter> mapping definition if you're using 1.3.x):

Code Block
xml
xml
<init-param>
            <param-name>configuration</param-name>
            <param-value>deployment</param-value>
</init-param>

...