hi,
I went through the article
http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Test-Server step by step and did what it had to say using
tomcat 5.0.16.
I have put the Hello.html and Hello.jsp files (from this web site) in a folder called Trialweb.
I can access the Tomcat server with
http://localhost (operating on port 80),so no
http://localhost:8080. I can access the page Hello.jsp(It shows the current date and time) using this
http://localhost/TrialWeb/Hello.jsp. My question is that I cannot access
http://localhost/Trialweb/Hello.html.Both the files are in the same directory.
It gives the following error. (on the browser)
"HTTP Status 404 - /Trialweb/Hello.html"
Description:"The requested resource (/Trialweb/Hello.html) is not available."
Kindly help me through this.
Thanks
nash