tomcat启动---问题1

Settings: Could not parse struts.locale setting, substituting default VM locale

解决方法(有两种):

1、在WEB-INF/struts.properties或者src/struts.properties文件中如下配置:

struts.locale=en_GB

2、在struts.xml中如下配置;

<constant name="struts.locale" value="en_GB" />

你可能感兴趣的:(tomcat,Web,xml,struts)