  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Re: Struts Application is not working | Subject: Re: Struts Application is not working 2007-10-03 - By aum strut
Back thks ajay for helping me out but can u point out watcan be the cause of this error as pari know i have configured the appliocation correctly...
On 10/3/07, AJAY KUMAR UPPALAPATI <msg2ajay@(protected)> wrote: > > 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 (See http://uts-1.ora-code.com).3.8\apps\struts-blank-1 (See http://ank-1.ora-code.com).3.8.war > > u just deploy this file and u can proceed with this example....... > > > On 10/3/07, umeshawasthi <solutions.aum@(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: user-unsubscribe@(protected) > > For additional commands, e-mail: user-help@(protected) > > > > >
|
|
 |