Hello, im new to java and to the forum. I'm trying to do a website with java JSP. I have setup tomcat and mysql to run from netbeans. my index.html is located in Wep Pages folder, and my JSP are in WEB-INF and my java code and servelts are in source package folder. My problem is here in my index.html
<form method=post action="website.Register">
Select user name: <input type="text" name="user"><br>
Specify your age: <input type="text" name="age">
<input type="submit" value="Register"
</form>
i'm trying to access the Register java servlet with the post action but when i open it in my browers and click on the link it says:
HTTP Status 404 - /website.Register
type Status report
message /website.Register
description The requested resource (/website.Register) is not available.
Is there anything else i should do?? or configure? Thank you for yyour replies .