Tomcat问题The server encountered an internal error ()怎么解决?

来源:百度知道 编辑:UC知道 时间:2024/07/01 04:48:30
如何解决? 错误码如下:
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag.
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:460)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

root cause

The Struts dispatcher cannot be found. This is usually caused

说明服务器遇到内部错误( )表示,无法履行这项要求。没有识别Struts标签
很有可能是你Struts标签出的问题!
至于标签很多,错误也没有明显的表示。
个人意见仔细看下页面的标签引用
例如<%@ taglib uri="路径" prefix="bean" %>

struts 的配置文件没写好,你可以把Struts配置删除再试试