WEB-INF/web.xml

<!--
   - web.xml configuration file for the Hessian addition example.
  -->
<web-app xmlns="http://caucho.com/ns/resin">
  <servlet servlet-name="math" servlet-class="example.BurlapMathService"/>

  <servlet-mapping url-pattern="/burlap/math" servlet-name="math"/>
</web-app>