The identifier [default] is not a valid Java identifier as required by section 1.19 解决方法
新买一台笔记本,在windows中安装最新版Tomcat7,打开之前的项目神器的事情发生了。因为之前我可以保证项目可以正常运行,但是到目前最新Tomcat7最新版中无法运行,错误信息提示如下:
[code]
javax.el.ELException: The identifier [default] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true.
[/code]
[……]