Fabbris Pierluigi wrote:

Hello,
I've this Exception in the Log:

7-ago-2007 10.38.05 org.apache.catalina.core.StandardWrapperValve invoke
GRAVE: Servlet.service() for servlet invoker threw exception
java.util.MissingResourceException: Can't find bundle for base name LocalStrings, locale it_IT
  at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
  at java.util.ResourceBundle.getBundleImpl(Unknown Source)
  at java.util.ResourceBundle.getBundle(Unknown Source)
  at HelloWorldExample.doGet(HelloWorldExample.java:39)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

Just put the resource file, for the right locale, in the
class path of your webapp, eg. WEB-INF/classes.

Georg

---------------------------------------------------------------------
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