I have this awkward issue my some servlet are not being executed.

I have a package called controller and inside it there is another or may be at same hierarchy named controller.admin

All the servlets in controller are mapped as "../xyz.do" and all inside controller.admin packageare are mapped as "../admin/xyz.do "

The "../xyz.do" controller are excuted properly but the "../admin/xyz.do" one are not it shows resource not found

I also have webpages in two way for client it is under webpages and inside webpages there is admin folder that contain all the admin jsp pages.

When i deploy this at my home it works awesome but when i deploy on my hosting server it cannot find the "../admin/xyz.do" this type of servlet please help me what i change to solve it...

Also when i upload a .war file in hosting server it takes it and when i see in tom-cat manager i find two apps one my own one and another as admin and if i delete that admin app (Which i have no idea how it came there) then i cannot access even jsp pages under admin folder..

link|improve this question
Not enough information to help. – Dave Newton Feb 15 at 17:57
I can provide any information you want what you expect ? – Rahul Feb 15 at 18:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.