Skip to content

Instantly share code, notes, and snippets.

@kares
Created January 17, 2010 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kares/279502 to your computer and use it in GitHub Desktop.
Save kares/279502 to your computer and use it in GitHub Desktop.
<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">
<display-name>webapp</display-name>
<context-param>
<param-name>SOME_PORT</param-name>
<param-value>8080</param-value>
</context-param>
<!-- ... rest omited ... -->
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment