The requested resource not available in case of JSF
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开发者_如何学C on my hosting providers tomcat, says requested resource not available.
but when I deploy this application on my web hosting providers tomcat, it says "The requested resource (/abc/a.jsp) is not available."
What is the context root of the webapp deployed on your hosted server. What is the name of the .war
file? Do you provide any context.xml
? How do you actually access it? And how do you access your app on your local server?
精彩评论