> From: A A [mailto:masvalesolo...@yahoo.es]
> Subject: Re: Tomcat Language
> 
> Checking java variables with and jsp in each tomcat, we see that
> java.text.DateFormat.getInstance() returns mm/dd/yy in the english
> manager and dd/mm/yy in the spanish manager.
> 
> Any suggestion?

Examine the system properties in each Tomcat instance; this can be done with 
JConsole, but installing Lambda Probe makes it easier.  Compare the two sets 
for differences, especially the user.country and user.language settings.

This happened to one other user a few months ago, and was found to be caused by 
a webapp setting those variables on the fly (as I recall).  Since they're 
global, it affected everything in the JVM.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to