6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
|
|
<%
|
|
String path = request.getContextPath();
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
%>
|