java.lang.IllegalStateException
at org.apache.coyote.tomcat4.CoyoteResponseFacade.sendError(CoyoteResponseFacade.java:263)
Withing my login controller servlet if the user validates correctly, i send them through response.sendRedirect to a jsp view page. When i try to send them i get a
Remove super.doGet and super.doPost
If you believe that they do something useful, then put their calls after process.
本文探讨了在使用Tomcat部署的应用中,登录控制器Servlet在验证用户正确后尝试通过sendRedirect跳转到JSP视图页面时遇到的问题。具体表现为出现java.lang.IllegalStateException异常,并给出了初步的解决思路。
1593

被折叠的 条评论
为什么被折叠?



