/[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 2314 by torben, Mon Feb 16 20:42:25 2015 UTC revision 2346 by torben, Mon Feb 23 14:39:49 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>
   
   
788    <filter>    <filter>
789      <filter-name>SetCharacterEncoding</filter-name>      <filter-name>SetCharacterEncoding</filter-name>
790      <filter-class>org.apache.catalina.filters.SetCharacterEncodingFilter</filter-class>      <filter-class>org.apache.catalina.filters.SetCharacterEncodingFilter</filter-class>
# Line 795  standard deployment descriptor. Line 793  standard deployment descriptor.
793        <param-value>UTF-8</param-value>        <param-value>UTF-8</param-value>
794      </init-param>      </init-param>
795    </filter>    </filter>
796      <filter-mapping>
797        <filter-name>SetCharacterEncoding</filter-name>
798  </web-app>      <url-pattern>/*</url-pattern>
799      </filter-mapping>
800      
801            <context-param>  
802            <description>Bool: use google geocoding to help with streetnames</description>
803            <param-name>useGoogle</param-name>
804            <param-value>true</param-value>
805            </context-param>
806            
807             <context-param>  
808            <description>Bool: use OSM geocoding to help with streetnames</description>
809            <param-name>useOpenStreetMaps</param-name>
810            <param-value>true</param-value>
811            </context-param>
812      
813      
814    </web-app>

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

  ViewVC Help
Powered by ViewVC 1.1.20