Skip to content

Instantly share code, notes, and snippets.

@jamestrandung
Last active December 15, 2015 10:19
Show Gist options
  • Select an option

  • Save jamestrandung/5244970 to your computer and use it in GitHub Desktop.

Select an option

Save jamestrandung/5244970 to your computer and use it in GitHub Desktop.
glassfish-web.xml file
<context-root>/your_desired_context_root</context-root>
<?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