> From: Fabbris Pierluigi [mailto:[EMAIL PROTECTED] 
> Subject: New Problem to configure servlet on Tomcat
> 
> I've configured Servlet on Tomcat, and more problem I've 
> resolved, but I've this problem:
> 
> java.util.MissingResourceException: Can't find bundle for 
> base name LocalStrings, locale it_IT

Tomcat is delivered with internationalization for only a few languages:
English, Spanish, French, and Japanese - but not Italian.  If you want
to include Italian, take one of the existing tomcat-i18n-xx.jar files in
the lib directory and translate all the properties files therein,
renaming each with a _it suffix, and creating a new tomcat-i18n-it.jar
file.  (The English LocalStrings.properties files are inside the main
catalina.jar file.)  Don't know if the committers would accept the
addition should someone choose to submit it, but there's always hope.

Or you could just change the locale to one of the included values.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to