> From: veena pandit [mailto:v.kri...@gmail.com]
> Subject: Re: hwllo.html
> 
> I downloaded 6.0 and was looking at the documentation online too.

Be aware that all proper web servers, including Tomcat, are case sensitive 
(even on Windows), and do not tolerate spelling errors.  Consequently, placing 
your .html file under web-apps/root would be a waste of time; placing it in 
webapps/ROOT should work.  If you stored it as Hello.html then tried to access 
it as http://localhost:8080/hello.html, it would not work; likewise, if you 
stored it as hwllo.html (your current subject line), you won't get it via any 
reference that includes an "e" in the resource name.

Another thought: did you start the Tomcat server?  Does the default main page 
appear when referenced properly?  Do the examples work?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to