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