AW: setting-up scarab 0.21 for oracle 10g

"Norbert Hirneisen" <[email protected]> Thu, 10 Jul 2008 12:27:41 +0200
Newsgroups gmane.comp.java.scarab.user
Message-ID <007901c8e277$954853f0$ee00a8c0@nserver>
>What locale is your tomcat running in? dutch?

Well -I don´t know. My production site is unsing linux but my local test
environment is a w2k-box where I have simply installed the tomcat win-binaries.
W2K is running in German.

>try running tomcat with en or en_US locale.
>there are many ways to do this but i do on linux:
>export LANG=en_US.UTF-8
>export LC_ALL=en_US.UTF-8
>from the command line (script) before starting tomcat.

Why ? I´m using this test environment for my java struts app as well - using
java localization, too. Without a problem. Where is the glitch with scarab ?

BTW, I´m a little annoyed that you don´t support default property files in
addition to the localized propery files. As I know Java searchs for a default
property file if it can´t find the appropriate one. The default property file is
namened as the localzied ones but without the localization code (country,
language).

Regards,
Norbert