> When I click on the Submit button on the HTML file, I get:
> Firefox can't find the file at /C:/Program Files/Apache Software
> Foundation/Tomcat 5.5/webapps/Deepanjan/HTML/Servlet1?
Hi Cat Dog a.s,
you should sue your parents for giving you this name.
> What's the problem?
The problem is that you double-clicked the file "html1.html", which just
opened this file in your browser.
What you want is probably to open the URL
http://localhost:8080/Deepanjan/html1.html
in your browser. How this URL looks depends on your tomcat and webapp
configuration.
Timo