Navigating to the model through a web browser

About this task

You can access a web-enabled model running on your local machine or on a remote machine. In this example, you connect to the model on your local machine.

To connect to the web-enabled model on your local machine:

Procedure

  1. Open Internet Explorer.
  2. In the address box, type the following URL:
    http://localhost

    Other users on the same network can connect to your local model using the IP address or machine name in place of localhost.

    If you changed the web server port using the Advanced Webify Toolkit Settings window, type the following code:

          http://<localhost>:<port number>

    In this URL, <localhost> is localhost (or the machine name or IP address of the local machine running the MyProject model), <port number> is the port specified in the Advanced Webify Toolkit Settings window.

Results

By default, the Parts Navigation page of the IBM® Rational® Rhapsody® web user interface opens.

Note: If you cannot view the right frame in Internet Explorer, go to Icons > Internet Options > Advanced and clear the Use Java xx for <applet> check box.

Feedback