The stack trace you included indicates that you are running the
servlet, but its throwing an exception.

> -----Original Message-----
> From: Sanjay Bahal [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 21, 2002 9:21 AM
> To: [EMAIL PROTECTED]
> Subject: Servlet Deploy Problem Help
> 
> 
> I either get a resource not found or 
> java.util.MissingResourceException: Can't find bundle
> for base name LocalStrings, locale en_US
>       at
> java.util.ResourceBundle.throwMissingResourceException(Resourc
> eBundle.java:707)
>       at
> java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:604)
>       at
> java.util.ResourceBundle.getBundle(ResourceBundle.java:559)
>       at HelloWorldExample.doGet(Unknown Source)
> 

        If your servlet wasn't being called then you wouldn't see it in the
stack trace.  I would suggest that you look at how you are loading resources
in your servlet (they are probably not in the classpath).

        Randy

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to