Re: Struts Application is not running

2007-10-02 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > can u send me a small demo project in struts.so > that i cn take help frm it No, but there are many, many Struts tutorials and projects searchable on the web, including those that come with Struts itself. Perhaps posting some configuration beyond

Re: Struts Application is not running

2007-10-02 Thread aum strut
can u send me a small demo project in struts.so that i cn take help frm it On 10/3/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > I hav configured all the files in the right way > > Cool... but if everything was configured properly it > would pr

Re: Struts Application is not running

2007-10-02 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > I hav configured all the files in the right way Cool... but if everything was configured properly it would probably work. > Its showing in the tomcat log files that its not > getting the ActionServlet. This is usually due to a configuration error, miss

Re: Struts Application is not running

2007-10-02 Thread aum strut
I hav configured all the files in the right way and I m using My Eclipse. Its showing in the tomcat log files that its not getting the ActionServlet. On 10/3/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > I'd turn up the logging level. My initial suspicion > would be a configuration error, but it'

Re: Struts Application is not running

2007-10-02 Thread Dave Newton
I'd turn up the logging level. My initial suspicion would be a configuration error, but it's kind of hard to say at the moment. --- aum strut <[EMAIL PROTECTED]> wrote: > hi all, > > i have developeda small application in struts.but > itis not > running.andtomcat log file is giving the error tha

Struts Application is not running

2007-10-02 Thread aum strut
hi all, i have developeda small application in struts.but itis not running.andtomcat log file is giving the error that it is unable to find ActionServlet calss. i have configured ActionServlet class in web.xml as action org.apache.struts.action.ActionServlet config /WEB-