Setting filters and filter mappings

  1. Open Workbrain.ear.
  2. Open Workbrain.war.
  3. Open web-inf/web.xml.
  4. Locate these lines:
    <filter>
    <filter-name>EncodingFilter</filter-name>
  5. Remove the comments before the <filter>line and after the </filter> line:
    <!-- ...
  6. Locate these lines:
    <filter-mapping>
    <filter-name>EncodingFilter</filter-name>
  7. Remove the comments before the <filter-mapping> line and after the </filter-mapping> line:
    <!-- ...