Wednesday, May 4, 2011

Setting tomcats'language

I unfortunately have to work with computers with default language set to German.
Until now I was always able to change the language, but Windows does really support this. Which means I have part of my computer in English and many application remain in German.
It is very annoying for stack trace for instance.

Thus you can set the language of apache tomcat via a system property.
In eclipse you can set

-Duser.language=en

as VM argument to the launch configuration of tomcat.

No comments:

Post a Comment