| Author |
Thread |
| description The requested resource (/star/index.jsp) is not available. |
|
Posted in tutorial: Installing, Configuring, & Running Tomcat 6.0 Servlet Container on Microsoft Windows, and Developing & Running your first JSP Page |
· shenilgreg
Joined: 24 Dec 2003 Total Posts: 1 |
description The requested resource (/star/index.jsp) is not available.Posted: 24 Dec 2003
After installing Tomcat successfully the above message "The requested resource (/star/index.jsp) is not available " appears. I see the home page of Tomcat after point my browser to "http://localhost8080.
I found this web page really useful. Thanks for that.
|
· Faisal Khan
Joined: 24 Sep 2002 Total Posts: 594 |
Re: description The requested resource (/star/index.jsp) is not available. Posted: 25 Oct 2007
Please read this tutorial carefully again. Unless you create a "star" folder in the %CATALINA_HOME%\webapps\ directory, and place 'index.jsp' file in it, as explain in this tutorial, you will keep getting this error.
Please spare some time, and re-read this tutorial attentively. :)
|
· pooh_swords
Joined: 27 Feb 2010 Total Posts: 1 |
Re: description The requested resource (/star/index.jsp) is not available. Posted: 27 Feb 2010
hi faisal
i placed the index.jsp file in webapp as mentioned in the tutorial.. but m still getting the error of 4o4... but wen i type the url: http:localhost:8080\star\index.jsp.txt then i get the output as only "HELLO" instead of "HELLO FAISAL KHAN" plllll help it very urgent and pl also send me mail of reply..
|
· Faisal Khan
Joined: 24 Sep 2002 Total Posts: 594 |
Re: description The requested resource (/star/index.jsp) is not available. Posted: 28 Feb 2010
Did you install and start the Tomcat server as described in the tutorial?
The correct URL to type in the browser is: http://localhost:8080/star/index.jsp (note the forward slashes).
|