Skip to content

Instantly share code, notes, and snippets.

@toshimasa-nanaki
Created November 5, 2017 14:41
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 toshimasa-nanaki/e0d88096ddeb71e28e15e43c458e433a to your computer and use it in GitHub Desktop.
Save toshimasa-nanaki/e0d88096ddeb71e28e15e43c458e433a to your computer and use it in GitHub Desktop.
Payara Server(GlassFish Sever)の文字化け対策
<!-- 175行目あたり -->
<java-config classpath-suffix="" debug-options="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9009" system-classpath="">
<!-- 下記最後尾に追加 -->
<jvm-options>-Dfile.encoding=UTF-8</jvm-options>
</java-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment