jsp中怎么有这种错误,The method getContextPath() is undefined for the type ServletContext

明明就有这个方法啊,org.apache.jasper.JasperException:UnabletocompileclassforJSP:Anerroroccurre... 明明就有这个方法啊,

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 4 in the jsp file: /MyJsp.jsp
The method getContextPath() is undefined for the type ServletContext
1: <%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
2: <%
3: //String path = request.getContextPath();
4: String path = config.getServletContext().getContextPath();
5: out.println(path);
6: String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
7: %>
展开
 我来答
百度网友c6719fe
2009-07-26 · TA获得超过1366个赞
知道小有建树答主
回答量:473
采纳率:100%
帮助的人:0
展开全部
应该是Servlet版本的问题,低版本的request对象没这个方法。

不同应用服务器Servlet版本不同,移植的时候会出现问题。
yangtiger
推荐于2018-03-01 · TA获得超过1481个赞
知道小有建树答主
回答量:750
采纳率:33%
帮助的人:241万
展开全部
注意你引的包的版本,低版本的就没有此方法。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
qianthinkover
2009-07-26 · TA获得超过451个赞
知道小有建树答主
回答量:532
采纳率:0%
帮助的人:375万
展开全部
getContextPath()
方法未定义错误吗!
undefined for the type ServletContext
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式