• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
3  xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5  version="2.5">
6  <servlet>
7    <servlet-name>interoptest</servlet-name>
8    <servlet-class>io.grpc.testing.integration.OkHttpClientInteropServlet</servlet-class>
9  </servlet>
10  <servlet-mapping>
11    <servlet-name>interoptest</servlet-name>
12    <url-pattern>/</url-pattern>
13  </servlet-mapping>
14</web-app>
15