在config文件里面,增加一个forward
然后在path里面写这样的一个路径 /admin/user/user.jsp
然后在user.jsp里面写往查询页面跳转的代码
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<meta http-equiv="refresh"
content="0;URL=userListAction.do"/>
<body>
</body>
</html>