Code:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@page import="java.sql.*"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<body bgcolor="green">
<form action="/login/login" method=post>
<center>
<table cellpadding=4 cellspacing=2 border=0>
<th bgcolor="darkgray" border=5>
<font size=5>LOGIN FORM</font>
<table align="center">
<tr><td>Username:</td><td><input type="text" name="usrname"></td></tr>
<tr><td>Password:</td><td><input type="password" name="pass"></td></tr>
<tr><td><input type="submit" value="Login"/></td></tr>
</table>
</body>
</html>
shown below
HTTP Status 404 - /login/login
--------------------------------------------------------------------------------
type Status report
message /login/login
description The requested resource (/login/login) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.27
can any body tell me how to solved this ...
Comment