Attached is a copy of the file that works fine withtomcat for myself. I
simply put it in the classes directory root and happyaxis.jsp is fine

-----Original Message-----
From: Jari Fredriksson [mailto:[EMAIL PROTECTED] 
Sent: 15 September 2006 16:43
To: [email protected]
Subject: Re: ResourceBundle problem with new Axis 1.4 installation on Tomcat
5

Jari Fredriksson wrote:
> Andy Foster wrote:
>> You need to make sure you have the i18n.properties file in your
>> web-inf classes directory and ensure the locale fi is specified in it
>>
>> Regards
>>
>> Andy Foster
>
> Thanks, but
>
> as I forgot to say, there is "fi".
>
> I just deployed the same axis package to a Weblogic 8.1 sp6 and it
> works as expected. But this tomcat installation does not.
>
> Regards,
> jarif

In addition to that, it seems that index.jsp takes a parameter locale

http://localhost:8084/axis/axis/index.jsp?locale=en

gives an error message

java.util.MissingResourceException: Can't find bundle for base name i18n, 
locale en
        
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:8
38)
        java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807)
        java.util.ResourceBundle.getBundle(ResourceBundle.java:551)
        org.apache.jsp.axis.index_jsp.getRB(index_jsp.java:73)
        org.apache.jsp.axis.index_jsp.getMessage(index_jsp.java:169)
        org.apache.jsp.axis.index_jsp.getMessage(index_jsp.java:107)
        org.apache.jsp.axis.index_jsp.getLocaleChoice(index_jsp.java:83)
        org.apache.jsp.axis.index_jsp._jspService(index_jsp.java:313)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
22)
        
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter
.java:362) 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Attachment: i18n.properties
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to