码迷,mamicode.com
首页 > 其他好文 > 详细

路径问题

时间:2017-10-10 16:24:48      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:主机   app   context   name   rpo   ring   request   sch   contex   

<%
 String appContext = request.getContextPath();
 String basePath = request.getScheme()+"://"+request.getServerName()+":"+ request.getServerPort() + appContext; 
%>

request.getContextPath()

返回当前项目的名称的路径  /waf

request.getScheme();
返回的协议名称,默认是http

request.getServerName()
返回的是你浏览器中显示的主机名,你自己试一下就知道了

getServerPort()
获取服务器端口号

路径问题

标签:主机   app   context   name   rpo   ring   request   sch   contex   

原文地址:http://www.cnblogs.com/zwy008/p/7645482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!