<!--
Used to initialize youtrack application in an eager way on container start (default behavior is lazy).
This mode works only if Hub runs in a different process and is used for complex Ring bundle installations.
-->
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <servlet>
        <servlet-name>gap-rest-servlet</servlet-name>
        <load-on-startup>1</load-on-startup>
    </servlet>
</web-app>