views:

17

answers:

0

In my JSF application, I have a sub-context 'admin' and I have some pages under 'web/admin' folder. I am able to access all the pages under 'web' with the URL www.abc.com but I am getting 'requested resource not found' for the request www.abc.com/admin.

I could make out that this is the issue with the 'context' specification in 'context.xml' and I dont know how to specify the context for the 'admin' i.e. subcontext

Can any one help with this??