11767c5feSopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 21767c5feSopenharmony_ci<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 31767c5feSopenharmony_ci xmlns="http://java.sun.com/xml/ns/javaee" 41767c5feSopenharmony_ci xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" 51767c5feSopenharmony_ci xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 61767c5feSopenharmony_ci http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> 71767c5feSopenharmony_ci <servlet> 81767c5feSopenharmony_ci <servlet-name>CombineGeoDataServlet</servlet-name> 91767c5feSopenharmony_ci <servlet-class>com.google.i18n.phonenumbers.CombineGeoDataServlet</servlet-class> 101767c5feSopenharmony_ci </servlet> 111767c5feSopenharmony_ci <servlet-mapping> 121767c5feSopenharmony_ci <servlet-name>CombineGeoDataServlet</servlet-name> 131767c5feSopenharmony_ci <url-pattern>/combine</url-pattern> 141767c5feSopenharmony_ci </servlet-mapping> 151767c5feSopenharmony_ci <welcome-file-list> 161767c5feSopenharmony_ci <welcome-file>index.html</welcome-file> 171767c5feSopenharmony_ci </welcome-file-list> 181767c5feSopenharmony_ci</web-app> 19