Re: Issue with running Struts2 project

2012-11-05 Thread Lukasz Lenart
2012/11/5 Srineel Mazumdar > Hi, > > Also I would like to add : > > The url now I am using is > > http://localhost:8081/NewPetstore/shop/index.action. > > Now the error is coming as : *There is no Action mapped for namespace /shop > and action name index* > * > * > *In struts.xml : * > * > * > >

Re: Issue with running Struts2 project

2012-11-05 Thread Srineel Mazumdar
Hi, Also I would like to add : The url now I am using is http://localhost:8081/NewPetstore/shop/index.action. Now the error is coming as : *There is no Action mapped for namespace /shop and action name index* * * *In struts.xml : * * * * * /WEB-INF/jsp/struts/index.jsp Seems I am making a s

Re: Issue with running Struts2 project

2012-11-05 Thread Srineel Mazumdar
Hi Lukasz, Thanks for your reply. I made the following changes based on your suggestion : 1) scope = "prototype" : Added this in applicationContext.xml to avoid making the action classes as singleton 2) Corrected the package names of the action classes in struts.xml 3) Rechecked struts.xml. It h

Re: Issue with server startup

2012-11-05 Thread Lukasz Lenart
2012/10/31 Srineel Mazumdar : > Hi, > > I am working on my own personal project where I got this error, although I > have not yet done coding for spring integration. May be I have mistakenly > pasted some piece of code but I am unable to figure out the root cause(what > part of code is responsible.