Description: Implement a simple login procedure that requires the application of JavaBean to receive user input the user name and password, and then determine whether the input user name "admin", password is the "000" if it is forwarded to the success.jsp page displays the "Welcome Sign "prompt information, or forwarded to fault.jsp and display the" login failed "message prompts.
- [Myblog] - JSP' s my personal blog website, the
File list (Check if you may need any files):
jsp3\fault.jsp
....\index.jsp
....\login_deal.jsp
....\success.jsp
....\WEB-INF\web.xml
....\.......\classes
....\.......\lib
....\WEB-INF
jsp3