type Status report
message /Test.war/index.jsp
description The requested resource (/Test.war/index.jsp) is not available.
************************************************** ******
Above is the detail of my problem.I have created a folder Test.war and placed a simple jsf file named as index.jsp.The folder Test.war is placed inside the deploy folder of JBOSS. I have started the JBOSS server and when browsed the application from the browser, the above error came. I know that this means the resource is not available for the server, but can any one tell me the root cause and the solution for the problem?