Last active
November 6, 2017 20:40
-
-
Save maxant/98a5344a7ad7366d7be5650cedbd1981 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<config> | |
<!-- 0..n servlets --> | |
<servlet> | |
<name>servlet1</name> | |
<!-- 0..n name-value pairs --> | |
<param-name>name1</param-name> | |
<param-value>value1</param-value> | |
</servlet> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment