`

Settings: Could not parse struts.locale setting...

阅读更多

在struts2项目中,启动服务器tomcat,总是出现
警 告: Settings: Could not parse struts.locale setting, substituting default VM locale
有时候就因为这样服务器都启动不了解决方法:

这是默认语言环境没有配置:有两种方法可以解决

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

struts.locale=en_GB

或者在 struts.xml中如下配置;

<constant name="struts.locale" value="en_GB" /> //包含在struts标签里面不行。

分享到:
评论

相关推荐

    struts2开发遇到的问题

    1. **警告:Settings: Could not parse struts.locale setting, substituting default VMlocale** 这个警告表示Struts2框架无法解析设置的本地化环境。解决方法是在`WEB-INF/classes/struts.properties`或`src/...

    annotations.zip

    Android Build 时报错: java.io.IOException: Could not parse XML from android/accounts/annotati...Android构建时报错: app:lintVitalRelease[Fatal Error] :3:214: 与元素类型 “item” 相关联的 “name” ...

    解决dbf Failed to parse Number: For input string: "-.---"

    本文将深入探讨标题和描述中提到的问题:“解决dbf Failed to parse Number: For input string: "-.---""”,以及如何在不依赖特定jar包的情况下处理DBF文件。 首先,"Failed to parse Number: For input string: ...

    tomcat10升级单个jar里面的jakarta.servlet.http.HttpServletRequest

    目的:tomcat10版本导致List&lt;FileItem&gt; fileItems = sfu.parseRequest(request) 入参的HttpServletRequest必须为:import jakarta.servlet.http.HttpServletRequest; 运行cmd,再该目录下执行: 执行步骤:java -...

    java调用net开发的webservice实例

    javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing '- WSDL Document -'.: org.xml.sax.SAXParseException: The element type "p" must be terminated by the matching end-tag ...

    JSqlparser4.4版作者提供的应急版,解决无法解析mysql中JSON_OBJECT函数存在其它函数问题

    如下sql,JSON_OBJECT函数中存在CAST函数,随后报出ParseException问题! SELECT JSON_ARRAYAGG(obj) FROM (SELECT trt.relevance_id,JSON_OBJECT('id',CAST(trt.id AS CHAR),'taskName',trt.task_name,'openStatus'...

    java.text.ParseException: Unparseable date: 2/10/2010 15:20:05

    在Java编程中,`ParseException` 是 `java.text.ParseException` 类的一个异常,通常在尝试解析日期或时间字符串时遇到无法解析的格式时抛出。在给定的标题 "java.text.ParseException: Unparseable date: 2/10/2010...

    httpcomponents-client-4.5.9.zip

    import org.apache.http.ParseException; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpUriRequest; import ...

    py4j源码安装包源码

    安装JayDeBeApi时,如果报错,提示:error: Could not find suitable distribution for Requirement.parse('py4j') 需要先安装这个py4j

    hive函数大全(中文版)

    14. URL解析函数:parse_url 26 15. json解析函数:get_json_object 27 16. 空格字符串函数:space 27 17. 重复字符串函数:repeat 27 18. 首字符ascii函数:ascii 28 19. 左补足函数:lpad 28 20. 右补足函数:rpad...

    Android Intent的几种用法全面总结

    Uri uri = Uri.parse("geo:38.899533,-77.036476"); Intent it = new Intent(Intent.ACTION_VIEW, uri); startActivity(it); ``` 这会显示Google Maps并定位到指定的经纬度。 3. 路径规划: Intent也可以用于导航,...

    asm5.0.jar

    nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [mybatis- config.xml]; nested exception is org.apache.ibatis.builder....

    Python库 | parse-1.1.6.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:parse-1.1.6.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    android-parse-demo:www.parse.com

    Parse.initialize(new Parse.Configuration.Builder(this) .applicationId("your_application_id") // 在parse.com网站上获取的应用ID .clientKey("your_client_key") // 同样在parse.com获取 .server(...

    Downloads.zip

    Could not read /Users/panxin/Library/Android/sdk/platform-tools/api/annotations.zip java.io.IOException: Could not parse XML from annotations/android/widget/annotations.xml 请将本文件解压后的...

    pdfbox1.0.jar

    at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:237) at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:841) at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:808...

    p5-App-Harmonia:为 Parse.com 生成应用程序的模型层代码

    名称App::Harmonia - 为 Parse.com 生成应用程序的模型层代码概要 use App::Harmonia;App::Harmonia-&gt;new({ name =&gt; 'your application name', application =&gt; 'select application type', account =&gt; 'your parse....

    El表达式使用问题javax.el.ELException:Failed to parse the expression的解决方式

    然而,当出现`javax.el.ELException: Failed to parse the expression`错误时,这通常意味着EL表达式没有被正确解析,导致程序无法正常运行。该错误通常是由于违反了EL表达式的语法规则,或者尝试执行了不合法的操作...

    Blog:我的用Parse.js构建的博客

    标题 "Blog:我的用Parse.js构建的博客" 暗示了这个项目是一个个人博客,其后端构建基于Parse.js,这是一个轻量级的JavaScript库,用于构建Web应用和服务。Parse.js提供了一套完整的数据库、身份验证和云功能,使得...

    Vba全面修改Word段落属性有效代码.docx

    * 左缩进:WApp.Selection.ParagraphFormat.LeftIndent = WApp.CentimetersToPoints(float.Parse(0)); * 右缩进:WApp.Selection.ParagraphFormat.RightIndent = WApp.CentimetersToPoints(float.Parse(0)); * 段前...

Global site tag (gtag.js) - Google Analytics