Last active
December 15, 2015 10:19
-
-
Save jamestrandung/5244970 to your computer and use it in GitHub Desktop.
glassfish-web.xml file
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
| <context-root>/your_desired_context_root</context-root> |
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" encoding="UTF-8"?> | |
| <!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd"> | |
| <glassfish-web-app > | |
| ... | |
| <parameter-encoding default-charset="UTF-8" /> | |
| ... | |
| </glassfish-web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment