Configuring Domino Volt trial
The HCL Domino ® 11.0.1 trial server comes with HCL Domino Volt 1.0 FixPack 1 installed on it. After you've installed the Domino trial server as a Docker container, complete the following steps if you want to configure Volt.
Before you begin
Complete these steps: .
Procedure
- The Docker container publishes the NRPC (1352) port to the host system that runs Docker. Create a connection record to the Volt server in your Notes or Domino Administrator local address book.
-
Configure the Server URI in VoltConfig.nsf:
-
- From the Notes client, open the Volt Config database on the server (volt/VoltConfig.nsf)
- From the All Settings view, select and edit the setting
serverURI. The serverURI hostname and protocol must
match the parameters specified in the
docker run
command used to create the Domino Docker container. - Ensure the setting is Enabled.
- Save and close the Setting document.
-
-
Restart the Domino HTTP task to be sure these changes take effect:
restart task HTTP
-
Launch a browser and visit the Volt Manager page:
For example,https://<your_hostname>/volt-apps/secure/org/ide/manager.html
https://docker.renovations.com/volt-apps/secure/org/ide/manager.html
What to do next
The Volt server is ready to use. For information about creating applications and
administering Volt, see the Domino Volt 1.0 documentation.
Note: Modifying
java.policy is not required for Docker.