开发者

The requested resource not available in case of JSF

I am using JSF in one of my application and the scenario is as follows:

  1. I have "pages" folder under "WEB"
  2. in side "pages" I have "a.jsp"
  3. When I deploy this application with the local tomcat and access the application it works perfectly ok
  4. 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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜