/[projects]/dao/DaoAdresseService/WebContent/WEB-INF/web.xml
ViewVC logotype

Diff of /dao/DaoAdresseService/WebContent/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2313 by torben, Fri Feb 13 11:48:23 2015 UTC revision 2314 by torben, Mon Feb 16 20:42:25 2015 UTC
# Line 785  standard deployment descriptor. Line 785  standard deployment descriptor.
785      <res-type>javax.sql.DataSource</res-type>      <res-type>javax.sql.DataSource</res-type>
786      <res-auth>Container</res-auth>      <res-auth>Container</res-auth>
787    </resource-ref>    </resource-ref>
 </web-app>  
788    
789    
790      <filter>
791        <filter-name>SetCharacterEncoding</filter-name>
792        <filter-class>org.apache.catalina.filters.SetCharacterEncodingFilter</filter-class>
793        <init-param>
794          <param-name>encoding</param-name>
795          <param-value>UTF-8</param-value>
796        </init-param>
797      </filter>
798    
799    
800    </web-app>

Legend:
Removed from v.2313  
changed lines
  Added in v.2314

  ViewVC Help
Powered by ViewVC 1.1.20