All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.javaee-earsample.etc.web.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app
  xmlns="http://java.sun.com/xml/ns/javaee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
                      http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
  version="2.5">

  <!-- Class of the client -->
  <servlet>
    <servlet-name>StatelessClient</servlet-name>
    <servlet-class>
      org.ow2.jonas.examples.ear.ExampleServlet
    </servlet-class>
  </servlet>

  <servlet-mapping>
    <servlet-name>StatelessClient</servlet-name>
    <url-pattern>/</url-pattern>
  </servlet-mapping>

</web-app>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy