<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@page contentType="text/html; charset=GB2312" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
   
  </head>
  
  <body>
asd
    <jsp:forward page="02.jsp"></jsp:forward>

  </body>
  
</html>
异常是EVERE: Servlet.service() for servlet [jsp] in context with path [/asdu] threw exception [An exception occurred processing JSP page /03.jsp at line 21372134:   
2135:   <body data-genuitec="wc2-1-15">
2136: asd
2137:     <jsp:forward page="02.jsp"></jsp:forward>
2138:  求解