Skip to content

Commit

Permalink
Add commented out setting to web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 11, 2013
1 parent 248483e commit ae8c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/web/WEB-INF/web.xml
Expand Up @@ -16,7 +16,7 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"

<!-- To specify the name of the properties file to use in a war deployment uncomment this.
<context-param>
<param-name>singeServerPropertiesFile</param-name>
<param-name>singleServerPropertiesFile</param-name>
<param-value>path/to/file.properties</param-value>
</context-param>
-->
Expand Down

0 comments on commit ae8c562

Please sign in to comment.