Posted By:
c_E
Posted On:
Thursday, October 17, 2002 12:12 PM
"java.util.MissingResourceException: Can't find bundle for base name LocalStrings, locale en_US" is the full error Even stranger (to me) when I try to run my custom servlet, SaveDocument.class, I get a "HTTP Status 404, the resource is not available." My directory structure appears to be correct as shown below: /webapps /examples/.. /docmgt/.. WEB-INF/.. web.xml classes/.. HelloWorldExample.class SaveDocument.class lib/.. index.html I have also declared the servlet in web.xml though from what I've read, this shouldn't even be absolutely necessary? Any help would be greatly appreciated. I cannot
More>>
"java.util.MissingResourceException: Can't find bundle for base name LocalStrings, locale en_US" is the full error
Even stranger (to me) when I try to run my custom servlet, SaveDocument.class, I get a "HTTP Status 404, the resource is not available."
My directory structure appears to be correct as shown below:
/webapps
/examples/..
/docmgt/..
WEB-INF/..
web.xml
classes/..
HelloWorldExample.class
SaveDocument.class
lib/..
index.html
I have also declared the servlet in web.xml though from what I've read, this shouldn't even be absolutely necessary?
Any help would be greatly appreciated. I cannot find anything that has helped so far...
I am running Tomcat4.1 standalone on Win2K with jdk 1.4.1
thanks in advance,
chuck
<<Less