xref: /aosp_15_r20/external/grpc-grpc-java/examples/example-servlet/src/main/webapp/WEB-INF/jboss-web.xml (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Need this file for deployment to WildFly  -->
3<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="
6  http://www.jboss.com/xml/ns/javaee
7  http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd">
8  <context-root>/</context-root>
9</jboss-web>
10