2012/11/5 Srineel Mazumdar <smaz19...@gmail.com>:
> Hi,
>
> I am new to Struts2 and for learning I am doing my own project. I am facing
> the following issue and need help in fixing:
>
> http://localhost:8081/NewPetstore : This URL is opening the index page.
>
> However
> http://localhost:8081/NewPetstore/shop/index.do shows 404 .

There is no action named index in namespace /shop, second you're
mixing Struts 1 with Struts 2 which is wrong :\ Next thing, your
actions are Singletons which is very, very bad. Maybe start with
something simpler and add other components step by step ;-)


Regards

-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to