• 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

WebApp: Error 404

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebApp: Error 404
I shut down my Linux box without stoping Tomcat when it came back up I get the above error msg regardless of what page I try to load.
Web-application not yet deployed.
Any idea as to how to fix this?
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without seeing it, only guesses.
Check the tomcatx/webapps directory to see if your webapps are there and if they have been unpacked. Check the server.xml file for context definitions.
Just shutting down the OS shouldn't make anything disappear unless the way you shut down the OS involved yanking the power cord out of the box and having the system come up deleting damaged files.
Still, a clean Tomcat shutdown is preferable so you can have the apps flush their file caches and so forth.
 
Carl Parrish
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The apps seem to be there and the server.xml file seems intact but I noticed that my work dir is empty.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic