Hi,
I am getting an error while try to bring up my Embedded Tomcat server. Following is given as the root cause of the Exception:
at EmbeddedTomcat.main(EmbeddedTomcat.java:126)
Caused by: java.util.MissingResourceException: Can't find bundle for base name org.apache.catalina.servlets.LocalStrings, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja va:804)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
I have included all the required jars in the classpath, and verified this too. Also, when I start the Tomcat server through ~/bin/startserver.sh, it comes up without any issue.
Any idea on why the error gets thrown while starting through Embedded ?
Thanks and Regards Mohamed Rafi S
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
