• 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

tomcat4 page not found problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running java servlets on a linux/tomcat4.1 box. I have set up an application in the webapps directory. The Standard Context picks up the application and the log file indicates that the webapps directory has been copied into the work directory within tomcat4. However when I try to load a page I get a http 404 page not found error. I think I have a fundamental error somewhere but am not sure what. I also have the application running within it's own Context but still get the same problem. The examples application and another application are working within the same webapps directory with very similar directory structures and web.xml files. Any ideas would be appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic