• 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

Status 404 - HTML, not available

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just installed Tomcat 5.5.8 on my home Windows XP machine. I am getting the HTTP Status 404 - "The requested resource (/Beer-v1/form.html) is not available." error when I tried to follow the example on HF page 76.

i got the same problem on school lab's Linux machine.

if i move the "Tomcat 5.5\webapps\Beer-v1\form.html" to "Tomcat 5.5\webapps\jsp-examples\", i can get the html page by typing "http://localhost:8080/jsp-examples/form.html".

any suggestion? thanks!
 
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Make Sure tht u have WEB-INF folder in ur Beer-v1 directory

Vineela
 
xie tuo
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
to: Vineela Devi Jakka
Yes, your are right! thank you
reply
    Bookmark Topic Watch Topic
  • New Topic