Re: Change encoding of Java Vm to ISO-8859-1

From: Ann (nsajus_at_yahoo.com)
Date: 01/14/04


Date: 14 Jan 2004 13:03:04 -0800

Figured it out

Add the following entry in /root/.bash_profile/ or etc/profile

CATALINA_OPTS=-Dfile.encoding=ISO-8859-1

nsajus@yahoo.com (Ann) wrote in message news:<cca0635f.0401091531.53f87d83@posting.google.com>...
> Hi,
> Is there any way to Change encoding of Java Vm to ISO-8859-1?
>
> i am using Java vm along with an application called opencms.
> I get the following error message..
>
> Error: the encoding of your Java VM is different from
> the OpenCms encoding!
>
> Java VM file encoding: UTF-8
> OpenCms encoding: ISO-8859-1
>
> To continue the setup process:
>
> * Change the encoding of your Java VM. To do that
> you must modify the file.encoding setting. Using
> Apache Tomcat, a different encoding can be set in the
> environment variable CATALINA_OPTS by the -D parameter
> e.g.:
> CATALINA_OPTS=-Dfile.encoding=ISO-8859-1
>
> * If you want to use an encoding different from
> ISO-8859-1, you must also adjust the
> defaultContentEncoding setting in
> WEB-INF/config/opencms.properties.
>
> Unless you have specific encoding requirements, you
> should use the default ISO-8859-1 setting. Please
> refer to the Sun documentation for a list of supported
> encodings for your OS.
>
>
> Can some one please help me out?
> Thanks,
> Ann



Relevant Pages