<head>
<base href="<%=basePath%>">
<% String fileroot="MyJsp.jsp"; %>
</head>
<body>
<jsp:include page="<%=fileroot %>" ></jsp:include>
</body>
<head>
<base href="<%=basePath%>">
<% String fileroot="MyJsp.jsp"; %>
</head>
<body>
<jsp:include page="<%=fileroot %>" ></jsp:include>
</body>