HTTP Status 500 - /WEB-INF/ #{...} is not allowed in template text

HTTP Status 500 - /WEB-INF/..... #{...} is not allowed in template text

这个是jsp版本对双引号和单引号的一个解析方式不一样导致的,



解决办法是在jsp页面page中添加  deferredSyntaxAllowedAsLiteral="true"  即可;

或者修改jsp的那一堆头文件。

时间: 2024-10-11 10:33:39

HTTP Status 500 - /WEB-INF/ #{...} is not allowed in template text的相关文章

web项目引用Java项目,连接报错error HTTP Status 500 - Servlet execution threw an exception

错误信息 项目背景: 一个web项目引用一个java Project,项目中添加了引用,但是打开页面访问,总报500错误.提示:servlet初始化错误. 环境:Eclipse luna JDK: 1.7 Tomcat: 8.0 HTTP Status 500 - Servlet execution threw an exception type Exception report message Servlet execution threw an exception description T

HTTP Status 500 - org.apache.jasper.JasperException: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException

HTTP Status 500 - org.apache.jasper.JasperException: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 2 字节的 UTF-8 序列的字节 2 无效. 当tomcat容器中仅仅有某个web应用不能访问,或者总是时不时出现错误,有可能在应用中某个重要使用的配置文件或者其他文件中存在无法解码的字符,就是乱码. 此次出现的异常如上,原因为 自定义标签库

访问jsp报HTTP Status 500 - java.lang.NullPointerException的解决方法

当用Eclipse开发web时,因为没有servlet和jsp的jar包,无法顺利的进行开发工作,而当把jar包放入webapps的lib目录中后,项目中的servlet和jsp的jar包会和tomcat中的jsp和servlet包冲突,会造成访问任何的jsp页面,都会报"HTTP Status 500 - java.lang.NullPointerException"的错误 解决方法:在maven的web项目中(或者通过Eclipse建立的web project),不要在pom文件中

HTTP Status 500 - Request processing failed; nested exception is org.springframework.jdbc.BadSqlGram

HTTP Status 500 - Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: type Exception report message Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: descriptio

HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen

HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space 发生此问题的环境信息: 系统:CentOS 6.5 Tomcat:Tomcat 7.0.6 PermGen space PermGen space的全称是Permanent Generation space,是指内存的永久保存区域OutOfMemoryError: PermGen sp

.net利用ajax返回后台数据时xmlHttp.status=500

status=500说明服务端出错,确认后台无错误的情况下.可能是数据量过大导致此问题. 比如后台读取txt并将数据转化为json,返回给前端,txt行数小时ajax success,而txt文件增大后失败. 此时在Web.config中加入以下内容即可(加在configuration节点下): <system.web.extensions>    <scripting>       <webServices> <jsonSerialization maxJson

eclipse下标签库缺失导致HTTP Status 500错误的解决办法

错误提示: HTTP Status 500 - The absolute uri: http://java.sun.com/jstl/core_rt cannot be resolved in either web.xml or the jar files deployed with this application 解决办法: 下载两个JAR包:standard.jar 包和 jstl.jar 包 拷贝到项目的 /WebContent/WEB-INF/lib 目录下即可. 技巧:这两个包可到网

HTTP Status 500 - Could not open JDBC Connection for transaction; nested exception is java.lang.NoCl

HTTP Status 500 - Could not open JDBC Connection for transaction; nested exception is java.lang.NoClassDefFoundError: com/mchange/v2/sql/SqlUtils type Exception report message Could not open JDBC Connection for transaction; nested exception is java.l

HTTP Status 500 - javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space

详细错误信息 HTTP Status 500 - javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space type Exception report message javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space description The server encountered an internal