• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HTTP Status 404 - /Beer-v1/form.html

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

RE: HTTP Status 404 - /Beer-v1/form.html

I've just started reading "Head First - Servlets and JSP", and I have come to my first problem. When I follow all the instructions in the book, and then try and access form.html, I get the above error. I have checked the location of the file, and its in the correct place (i.e. C:/Tomcat5.5/webapps/Beer-v1/form.html) - so I have no idea whats going wrong! Any ideas would be very welcome. Thanks. Pete
 
Ranch Hand
Posts: 1514
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Create a WEB-INF folder under Beer-v1. Down the road you will also need to put a web.xml in the WEB-INF folder. For now, just creating the folder should get you past that error, I think
 
reply
    Bookmark Topic Watch Topic
  • New Topic