Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To access the Web Interface, open a web browser and make sure it accepts cookies. Enter the following URL in the web browser address field:

...

<hostname>

Represents the IP-address or the name of the host on which is running.

The <hostname> is set to the default IP-address of the server. In order to link the Web Interface the to another address for example in a High Availability setup, set the platform property mz.wi.serveraddress.

Code Block
$ mzsh topo set topo://container:<container>/pico:platform/val:config.properties.mz.wi.serveraddress <IP address or hostname>


Info
titleExample - Setting mz.wi.serveraddress


Code Block
$ mzsh topo set topo://container:main1/pico:platform/val:config.properties.mz.wi.serveraddress 10.0.1.99



<port>

Represents the port on the host through which the connnection connection is established. The default port is 9000 . To use but can be set to port by configuring the install.str.mz_platform  property in the install.xml file before installation, see 4.1.3 Updating the Installation Properties.

If you want to change to a different port, after installation, update the property Platform property mz.wi.port.

Code Block
$ export MZ_PLATFORM='http://<host>:<port>'
$ mzsh topo set --allow-disconnected topo://container:<container>/pico:platform/val:config.properties.mz.wi.port <port>
$ mzsh restart platform


$ mzsh topo set topo://container:main1/pico:platform/val:config

This is the port that you use to launch the Desktop.

Note
titleNote!
Code Block
Info
titleExample - Setting mz.wi.serveraddress

.

properties.mz.wi.port 9000


The first page displayed to the user is the Login page. Enter username and password and click Login to enter Web Interface.

...