I'm creating the following java example but when i run it with Tomcat i get the  error:
WHO CAN HELP ME?

Error: 500
Location: /HelloServlet/Hi
Internal Servlet Error:

java.util.MissingResourceException: Can't find bundle for base name LocalStrings, 
locale it_IT
        at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:694)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:538)
        at HelloServlet.doGet(HelloServlet.java:24)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
        at org.apache.tomcat.core.Handler.service(Handler.java:287)
        at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
        at java.lang.Thread.run(Thread.java:536)


---------------------------------------------
Antonello Dell'Armi student in
computer science engineering @
Universty of Rome "Tor Vergata" 
ITALY

e-mail [EMAIL PROTECTED]  (unofficial)
e-mail2 [EMAIL PROTECTED]
mobile: +393388638812
--------------------------------------------- 

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to