您需要在链接之前添加上下文路径。
// somewhere on the top of your JSP<c:set var="contextPath" value="${pageContext.request.contextPath}"/>...<a href="${contextPath}/admin/listPeople">Go to People List</a>
您需要在链接之前添加上下文路径。
// somewhere on the top of your JSP<c:set var="contextPath" value="${pageContext.request.contextPath}"/>...<a href="${contextPath}/admin/listPeople">Go to People List</a>