I believe this is a bug in Struts and you can solve this by creating a struts.properties in src/main/resources that has:
struts.locale=en For some reason, setting this in struts.xml doesn't work: <constant name="struts.locale" value="en" /> http://struts.apache.org/2.0.6/docs/constant-configuration.html Matt On Wed, Oct 7, 2009 at 7:11 AM, owais <ow...@preceptglobalaccess.com> wrote: > When I am deploying war file on tomcat, the log file of tomcat is showing > the following warning: > > > > WARN [Thread-1] Settings.getLocale(143) | Settings: Could not parse > struts.locale setting, substituting default VM locale > > > > Can anyone explain why this warning is coming and how to remove it? > > > > -Owais --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net