Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / common / ibsWebAppContext.jsp @ 148:06abc22d669c

History | View | Annotate | Download (250 Bytes)

1
<%
2
String requestURL = request.getRequestURL ().toString ();
3
String servletPath = request.getServletPath ();
4
String serverPath = requestURL.substring (0, requestURL.indexOf (servletPath));
5

    
6
pageContext.setAttribute("serverPath", serverPath);
7
%>