Testing the installation

  1. Start the WebSphere Administrative Server by running the startupServer script in the /opt/WebSphere/AppServer/bin directory:
    # ./startupServer.sh
  2. Wait patiently. If the server is slow to start or does not start successfully, look at the tracefile log in the /opt/WebSphere/AppServer/logs directory. If the trace file says server is open for e-business, the server has started.
  3. Start the administrative console by running the adminclient script in the /opt/WebSphere/AppServer/bin directory:
    # ./adminclient.sh
  4. Wait until you see the console message Console Ready. Then administer the server:
    1. When the Administrative Console opens, the Topology tree view is shown. Click on the + sign next to WebSphere Administrative Domain to expand the view.
    2. Your host name should be listed. Expand the view of that node, and you should see an entry called Default Server. Expand that and you will see the default container and servletEngine.
    3. Select Default Server. If the Current State of DefaultServer is Stopped, click the Start icon on the tool bar. After an information dialog displays, stating that the server us running, click OK. Note that the current state changes from Stopped to Running.

      After the server starts, the configuration database is automatically updated to ensure that the server is always running. If the server stops, or if you reboot the machine, the administrative server will automatically restart it. Even if the administrative server fails, it will continue to run.

  5. Test the server. Ensure that the iPlanet Web Server is running. If the Web server is not running, start the server. Then, open a browser and go to the URL address: http://your_server_name/servlet/snoop, which is a standard sample servlet installed by default. You should see information on /servlet/snoop.
    Snoops Servlet browser