I have created one application folder as
C:\Program Files\Apache Software Foundation\Tomcat 4.1\webapps\oneapp
and saved one html file in it like this:
C:\Program Files\Apache Software Foundation\Tomcat 4.1\webapps\oneapp\form1.html
and tried running
tomcat like this:
http://localhost:8080/oneapp/form1.html What I m getting is :
[[[
HTTP Status 404 - /Beer/form.html
type Status report
message /Beer/form.html
description The requested resource (/Beer/form.html) is not available.
Apache Tomcat/4.1.34
]]]
when i m saving same form1.html as index.html in ROOT directory,it is working fine on running like this :
http://localhost:8080 Can somebody tell me why it is happening.
[ September 16, 2007: Message edited by: Bear Bibeault ]