JSP With JDBC
login.html <html> <body> <form action="http://localhost/Hello/login.jsp" method="GET"> <table border="1"> <tr> <th colspan="2"> Login Page with JSP </th> </tr> <tr> <td> Name : </td> <td> <input type="text" name="nm" value=""> </td> </tr> <tr> <tr> <td> Password : </td> <td> <input type="password" name="pw" value=""> </td> </tr> <tr> <td colspan="2"&g