Trying my first "Hello World" app with Tomcat which is much like the beer app in HFSJ. I'm using Tomcat 5.5 on XP. I've read the javaranch FAQ on Tomcat and I understand that Tomcat is not finding my target file, form.html.
I can launch Tomcat, then Firefox and bring up
http://localhost:8080 just fine. But when I try
http://localhost:8080/HelloWorldOne/form.html I get the 404 (unable to find /HelloWorldOne/form.html).
Modeling after the examples on HFJS p72-77, I have my form.html at ...
..\Tomcat 5.5\webapps\HelloWorldOne\form.html
Again, I'm following closely the deployment example on p73. I corrected a typo in my web.xml but I suspect that's an unrelated issue. Everything under WEB-INF is deployed as described in the HFSJ example.
Any advice is most welcome.
-Brad