i am integrating struts hibernate
i got this error
HTTP Status 404 - /StrutsHibEx1/input.do
--------------------------------------------------------------------------------
type Status report
message /StrutsHibEx1/input.do
description The requested resource (/StrutsHibEx1/input.do) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.18
My struts-config.xml
--------------------------------
<action-mappings>
<action path="/input" forward="/input.jsp"/>
</action-mappings>
thank you varun for your response. actually it is not action mapping problem.
Actually when i restart eclipse indigo 3.7 version, without changing code, file structure, library jars, it is showing different exceptions, like ClassNotFoundException ActionServlet, ClassNotFoundException HibernatePlugin, org.mapping.exception, once it will execute after inserting some values to database again its going for repeat exception, each one happens every time when i go for run on server. i do not know why elclipse is behaving like that....
at last yesterday night its executed without change in code, and no exception