• 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

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy a web application on JBOSS4.0. I am able to get the index.html when i type in http://localhost:8080/cms/
but after that whenever i try to access any other html or jsp page i get the following error:

HTTP Status 404 - /cms/Welcome.html

---------------------------------------------------------------------------

type Status report

message /cms/Welcome.html

description The requested resource (/cms/Welcome.html) is not available.

My Welcome.html is also in the same directory as the index.html which contains nothing but a link to Welcome.html.

Can anyone please help me out .... I am stuck and cannot proceed..


Thank you
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic