This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Since the installation of a new server we have the following message:
Exception java.util.MissingResourceException: Can't find bundle for base name mail, locale fr_FR
the server is running solaris 2.8 + Apache Tomcat/4.1.18
Localization is defined as fr_FR:
LC_COLLATE=fr_FR.ISO8859-15
LC_CTYPE=fr_FR.ISO8859-15
LC_MESSAGES=fr
LC_MONETARY=fr_FR.ISO8859-15
LC_NUMERIC=fr_FR.ISO8859-15
LC_TIME=fr_FR.ISO8859-15
the application uses mailapi.jar and a property file named mail.properties.
Do I have to define a new localization at system level or to add a property in the properties file?
Thanks for your help