I am using JSF in one of my application and the scenario is as follows:
- I have "pages" folder under "WEB"
- in side "pages" I have "a.jsp"
- When I deploy this application with the local tomcat and access the application it works perfectly ok
- but when I deploy this application on my web hosting providers tomcat, it says "The requested resource (/pages/a.jsp) is not available."
In short the thing works perfectly OK on my local server but when I deploy this on my hosting providers tomcat, says reuqested resource not available.
Thanks | ABHI