• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Websphere samples - page not found

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm new to websphere. I installed websphere on my windows PC and click on the start server start menu option. The DOS prompt appears with server startup messages. When I select Samples Gallery (http://localhost:9080/WSsamples) I'm getting page not found (404).

I'm running version 5.1

Thanks
Maalti.
 
author
Posts: 4356
45
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this WAR deployed inside an EAR? First, check the log file and verify the server started and there were no serious errors (small errors are ok believe it or not).

Next log in via the WebSphere Admin console which should *always* be available if the server successfully started. The port can change depending on the settings you used when you installed the server or created the profile but it is most often found at:

http://localhost:9090/admin

Assuming you're on the server computer, localhost should work fine. Once in there, look at a list of deployed applications. If the 'Samples' package is not in the list or included inside some other component, you will need to add/install it.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic