• 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 404

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am having a problem..
i created an application server on Websphere 5.1 which runs out of an AS400 system... I have deployed an application on the app server which was created...
and when i start the server, the console says that the server is open for ebusiness, i.e. the server starts up properly...
now when i try to access the URL.. i get a page not displayed HTTP 404 error.
The sad part is even the log files are not getting updated...
my guess is that the server request was not done.....

Is there anything that i will have to check for this to work... the code is compiled, the deployment is successful, the server starts up fine but there is no connection and no log updated...
reply
    Bookmark Topic Watch Topic
  • New Topic