<%=request.getContextPath()%>
将为您提供应用程序的根路径,因此在您的情况下为http:// localhost:8080
/ webapp
根据评论:
<%=request.getContextPath()%>/help/page/help.htm
会给你你的页面

<%=request.getContextPath()%>
将为您提供应用程序的根路径,因此在您的情况下为http:// localhost:8080
/ webapp
根据评论:
<%=request.getContextPath()%>/help/page/help.htm
会给你你的页面