Error message when accessing http://localhost:8084/axis
root cause
java.util.MissingResourceException: Can't find bundle for base name i18n,
locale fi
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838)
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807)
java.util.ResourceBundle.getBundle(ResourceBundle.java:551)Ok, there was no resource
bundle for fi language, I prepared
it.E:\work\axis-1_4\webapps\axis\WEB-INF\classes\i18n_fi.propertiesE:\work\axis-1_4\webapps\axis\WEB-INF\classes\i18n_fi_FI.properties
(too,to be sure).No joy.I edited i18nLib.jsp so that it tries for locale
"en", so error messagechanged toroot causejava.util.MissingResourceException:
Can't find bundle for base name i18n,locale en
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838)
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807)
java.util.ResourceBundle.getBundle(ResourceBundle.java:551)!!!!!!!!!!!!!!!!Tried to
google for it, found lots of similar cries and questions, but not asuitable answer for
this.I'm running Axis 1.4 under NetBeans IDE 5.0 (jre 1.4.2_12) in Windows X
PPro.Looks that no matter the locale, the properties are not found.Oh. I installed the Axis servlet to Tomcat
by creating a war from theextracted webapp structure:jar cvf axis.war axis (in E:\work\axis-1_4\webapps) and
then deployed itthru manager. When I click "axis" in manager after deploying, it shows
a"directory" having one entry: "axis". Clicking this starts the index.jsp,thus full url
to axis seems to be http://localhost:8084/axis/axis (strangepath, but not the main problem now).Any helps
there is I would be grateful!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]