hello friend,
                  I am also not having that much experience so why dont u
try this url.

http://www.michael-thomas.com/tech/apache/struts/struts_first_steps.htm

this url contains Apache link and from there u download one sturts binary
file (suppose if u r doing struts1.3.8---->
struts-1.3.8\apps\struts-blank-1.3.8.war

u just deploy this file and u can proceed with this example.......


On 10/3/07, umeshawasthi <[EMAIL PROTECTED]> wrote:
>
>
> Hi All,
> I am new to struts,i have developed a small application but it is not
> running,it is displaying the index page correctly but not forwarding the
> request.i developed the application using my eclipse.when i checked the
> tomcat log file it is showing the exception that it is not able to find
> the
> ActionServlet class,where as i have configured the struts-config classs
> correctly in the web.xml file i m also pasting the content of the web.xml
> file.Please help me to find out the error.
>
> <servlet>
> <servlet-name>action</servlet-name>
> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
> <init-param>
> <param-name>config</param-name>
> <param-value>/WEB-INF/struts-config.xml</param-value>
> </init-param>
> <load-on-startup>2</load-on-startup>
> </servlet>
>
>
> <!-- Standard Action Servlet Mapping -->
> <servlet-mapping>
> <servlet-name>action</servlet-name>
> <url-pattern>*.do</url-pattern>
> </servlet-mapping>
>
> Regards,
> Umesh
> --
> View this message in context:
> http://www.nabble.com/Struts-Application-is-not-working-tf4560069.html#a13013599
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to