Hiii all....
I am developing simple struts-database access using struts-config.xml file with MySql database. I have written code as
index.jsp
selectBook.jsp
SelectBookActionForm.java
SelectBookAction.java
Book.java
struts-config.xml
Also I have properly written web.xml file. I also have cerated table in mydb database in my system. But when I try to run this it displaying first page that is index.jsp but when I click begin button it is giving following error:
HTTP Status 404 -
Servlet action is not available
ype Status report
message Servlet action is not available
description The requested resource (Servlet action is not available) is not available.
Apache Tomcat/5.5.17
I am not able to find where I am commiting mistake. Can anyone please help me.
Thanks & Regards,
Abhijit