Page cannot be found

When this error displays, the WebFacing project might be corrupted, the WebFacing project has not been installed correctly, or the URL is being used incorrectly.
Make sure that the index.jsp page exists in your WebFacing project:
  1. In the Navigator view, look in the WebContent folder of your project for the index.jsp file.
  2. If the file is not there, rebuild the WebFacing project.
Check the web.xml file, which contains the project information. If it is not created correctly, this error may occur.
  1. In the Navigator view, expand WebContent > WEB-INF and double-click the web.xml file.
  2. Check that there are WebFacing servlets in the Servlets and JSPs list.
  3. If there are no servlets, then the project is corrupted. Try rebuilding the WebFacing project.

If the index.jsp file exists and the web.xml file looks correct, then the application might not be installed correctly.

In the test environment:
  1. Stop the application server.
  2. Publish the server.
  3. Make sure you receive a success message.
  4. Start the server again.
  5. Try to run the application.
If you are working with a remote application server on an i5/OS® host or any other platform outside your workstation:
  1. Make sure the application is installed correctly and use the application server console to verify that everything is installed correctly.
  2. Make sure the application is started.
  3. Restart the server to make sure it picks up the application information.
  4. Restart the application server.

Feedback