<https://lh4.googleusercontent.com/_pFEdVMtkqNs/TawvIEO3XOI/AAAAAAAAAAU/lEpOhNWInNk/18-4-2011%2018.4.43%201.jpg>
Hi all,
I am using Eclipse Helios for Java AppEngine Application Development....My
Project location is like above image....
My doubt is, In the index.html file, how to give path name of the
ServletCheckServlet.java.....If i click on submit button in index.html, it
will go to ServletCheckServlet.....
here is my index.html coding.....I have tried lot of methods..but after
click submit, it shows,
HTTP ERROR 404,Problem accessing /ServletCheckServlet. Reason:NOT_FOUND
*index.html:*
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Redirecting the page</title>
</head>
<body>
* <form action="/ServletCheckServlet" method="get">*
<table background="778899">
<tr>
<td>Enter your name:</td>
<td><input type="text" name="username"></td>
</tr>
<br>
<tr>
<td>Enter your password:</td>
<td><input type="password" name="password"></td>
</tr>
<br>
<tr>
<td><input type="submit" name="submit"></td>
</tr>
</table>
</form>
</body>
</html>
I have tried lot..but it not works...how to clear this issue.....please help
me......
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.