On Tue, Mar 23, 2004 at 04:01:04PM -0500, Paul wrote:
> how does the default Locale get set in Java 1.4 / Tomcat 4.x?
> 
> having an issue with real numbers displaying with commas instead of period for 
> decimal separator.
> currently have en_CA locale, but want en_US locale.

I usually create a setenv.sh script in the tomcat/bin directory where I
set the appropriate variables.

JAVA_HOME=/usr/j2se
JAVA_OPTS="-Xms128M -Xmx256M"
CATALINA_HOME=/home/tomcat
TOMCAT_HOME=/home/tomcat
CATALINA_OPTS=-Dfile.encoding=ISO-8859-15
[EMAIL PROTECTED]

-- 
Staf Wagemakers

email:          staf at patat.org
homepage:       http://staf.patat.org

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

Reply via email to