Starting the web server

When you installed the ZVDT web server and selected to start the web server manually, you need to run the script to start the web server and ensure that the server process runs under the user ID that is specified during the installation.

The user ID can be changed by modifying ZVDT_USER in the /opt/ibm/zvdt/bin/zvdt_env.sh script file. You also need to change the file ownership of all the files in the directory /opt/ibm/zvdt/Liberty/usr/servers/zvdt-server/ to the user ID, for example, chmod -R newuser:root /opt/ibm/zvdt/Liberty/usr/servers/zvdt-server/. If the web server is already started, you can run the /opt/ibm/zvdt/bin/stopServer.sh command before you restart the server by using the newly specified user ID.

To start the web server, you can run the command by using any user ID. However, the user ID must have the permission to switch to the user ID that is specified during the installation. By default, you can use the sudo command to switch to another user ID. If your Linux® environment uses other privilege management tools than sudo, you can change the command by modifying PRIVILEGED_ZVDT_CMD in the /opt/ibm/zvdt/bin/zvdt_env.sh script file.

To start the web server, run the following command.
/opt/ibm/zvdt/bin/startServer.sh

Open the browser, and enter the URL that is contained in the output. Then, enter the default user ID (zvdtadmin) and Password (password) to log in to the web server.

If you need to stop the web server, run command /opt/ibm/zvdt/bin/stopServer.sh.