guyz.......total newbie to servlets stuff.........
have got few java files and their corresponding
class files.....don't know where to put those
files in the tomcat directory structure............
i have put the html files in the root directory.......
the html file is working but the file can't retrieve
the servlet............guyz plz help me out..........
here is the source code of the html file
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>SESSION TRACKING</title>
</head>
<body bgcolor="#408080" text="#0000ff" link="#0000ff" vlink="#800080" alink="#ff0000">
<form action =" http://localhost:8080/servlet/sestrack">
<center>
<input type=submit name =" f" value = FLOWERS><br><br><br>
<input type=submit name =" c" value = COCKS><br><br><br>
<input type=submit name =" b" value = RECORD><br><br><br>
</center>
</form>
</body>
</html>
plz c if the form action path is corect or not.........