how can I verify if the LocalStrings resource bundle is on the classpath (there are
many config-file with classpath, which)?
Thanks
-----Ursprüngliche Nachricht-----
Von: Nic Ferrier [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 29. August 2001 16:26
An: [EMAIL PROTECTED]
Betreff: Re: AW: Internal Servlet Error:
From: "[Your Full Name]" <[EMAIL PROTECTED]>
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException
{
ResourceBundle rb =
ResourceBundle.getBundle("LocalStrings",request.getLocale());
>I want to test my servlet application, but there is a
>wrong message (Error 500).
Uh... do you have the LocalStrings resource bundle on the classpath?
Nic Ferrier
___________________________________________________________________________
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
___________________________________________________________________________
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