468x60

martedì 14 aprile 2015

Impostazioni lingua locale Tomcat

Per impostare la lingua Locale in Tomcat bisogna modificare il file catalina.sh che si trova nella directory "bin" di Tomcat.

Cercare qualcosa simile a:
JAVA_OPTS="$JAVA_OPTS....."

Alla fine della definizione JAVA_OPTS aggiungere (per Italia):
-Duser.language=it -Duser.region=IT

Ed otterrai qualcosa simile a:
JAVA_OPTS="$JAVA_OPTS -Duser.language=it -Duser.region=IT"

Set Tomcat default locale

To set default Locale in Tomcat you should edit the catalina.sh file found in the "bin" directory of Tomcat installation.

Look for something like:
JAVA_OPTS="$JAVA_OPTS....."

At the end of the JAVA_OPTS definitions add (for Enligh):
-Duser.language=en -Duser.region=EN

You'll get something like:
JAVA_OPTS="$JAVA_OPTS -Duser.language=it -Duser.region=IT"
468x60

Cerca su Google

Cerca nel Blog con Google