I was trying to solve the exercise at jguru.com about form processing. And i am using the server provided by school.
(
http://developer.java.sun.com/developer/onlineTraining/JSPIntro/exercises/Forms/)
I stored form.jsp in webapps/jsp/jdc/forms/form.jsp and you can view it from
http://calvin.eece.mu.edu/sawalea/webapps/jsp/jdc/forms/form.jsp I also compiled FormBean.java and stored class file in
webapps/WEB-INF/classes/com/jguru/FormBean.class
Whenever i am trying to hit the submit button I got following error
Not Found
The requested URL /jsp/jdc/forms/form.jsp was not found on this server.
--------------------------------------------------------------------------------
Apache/1.3.22 Server at calvin.eece.mu.edu Port 80
Can somebody tell me why is that?
Thanks in advance,
Ash