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

获取当前工程部署路径

时间:2014-06-10 21:20:43      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:ext   get   string   set   name   text   

<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path;
%>
<c:set var="webRoot" value="<%=basePath%>" />

获取当前工程部署路径,布布扣,bubuko.com

获取当前工程部署路径

标签:ext   get   string   set   name   text   

原文地址:http://www.cnblogs.com/zjhs/p/3779232.html

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