[opencms-dev] OpenCMS 5 : Installation problems
Markus Daniel
markus.daniel at synyx.de
Thu May 8 16:54:01 CEST 2003
Hi Derek,
>
>
> I am struggling to get the language encoding
> set up properly... in the install guide it says:
>
> "Please refer to the Tomcat documentation on how
> to set the environment variable"
>
> but I cannot find reference on how to do this in
> the Tomcat docs - if someone can give me a hint
> or point me to the most useful explanation, I'd
> appreciate it.
>
this is a part of my configfile for the tomcat4 startup script on linux.
on windows it is a file like catalina_start.bat or something like that.
file-encoding:
# Arguments to pass to the Java virtual machine (JVM)
CATALINA_OPTS="-Dfile.encoding=ISO-8859-1"
language-set on linux, on windows it is the language-set of the
windowsInstallation on default# md Mon Mar 24 11:00:07 CET 2003 deutsche Umlaute fuer Tomcat
LC_TYPE=de_DE;
export LC_Type;
LANG=de_DE;
export LANG;
hope it helps!
regards,
Markus Daniel
More information about the opencms-dev
mailing list