I think Java uses the Locale from your operating system.
So to switch to english, you should either:
+ switch the locale of your operating system
+ tell Java to use another locale via system.properties at tomcat startup (jvm-property):


-Duser.language=<language-code> -Duser.country=<country-code> -Duser.variant=<variant>

e.g.: -Duser.language=en -Duser.country=US

Best regards,
 Tex

Zsolt Koppany schrieb:

Hi,

This is probably a java and not a tc question, but I would like to know how
to get English java error messages when I start tc on a German windows XP
box.

Zsolt




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to