Without more information, it's unlikely anyone could see what is going
wrong here.  Show us the structure of your WAR, and that might help.

> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jacob Weber
> 
> In my Struts app, I need to get data from a resource bundle. 
> So I make a 
> call to:
> 
> MessageResources.getMessageResources("myFile")
> 
> The file name is actually myFile_en_US.properties, and when I 
> run this 
> code on Tomcat, it's able to find the right file. But when I run the 
> same code on WebLogic, it doesn't find it. It only finds the file if 
> it's called myFile.properties, without the locale extension.
> 
> Does anyone know why? Many thanks,
> Jacob

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

Reply via email to