Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Created March 23, 2011 05:22
Show Gist options
  • Save mojavelinux/882664 to your computer and use it in GitHub Desktop.
Save mojavelinux/882664 to your computer and use it in GitHub Desktop.
<!-- An unmapped Servlet that is used to fire the post-startup application event in the init() method -->
<servlet>
<servlet-name>Servlet Event Bridge Servlet</servlet-name>
<servlet-class>org.jboss.seam.servlet.event.ServletEventBridgeServlet</servlet-class>
<!-- Make load-on-startup large enough to be initialized last (thus destroyed first) -->
<load-on-startup>99999</load-on-startup>
</servlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment