%@ page contentType="text/html;charset=utf-8"%> <%@ taglib prefix="ww" uri="/webwork"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; //basePath="/"; if(basePath.endsWith("//")){ basePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path; } %>