Skip to content

Instantly share code, notes, and snippets.

@cwansart
Created April 15, 2020 19:01
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 cwansart/2bed690b8d2c199f1d00328a87ce9d5f to your computer and use it in GitHub Desktop.
Save cwansart/2bed690b8d2c199f1d00328a87ce9d5f to your computer and use it in GitHub Desktop.
web.xml
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
<web-app>
<display-name>Hello World</display-name>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment