Configuring the server
HCL Domino Volt requires session-based authentication and certain HTTP settings to be enabled on the server. These can be configured by either setting the values in the notes.ini file and Server document, or by using an Internet Site document.
Server configuration - notes.ini
If you are not going to use Internet Site documents, enable the HTTP methods GET,
DELETE, HEAD, POST, and PUT by setting the property
HTTPEnableMethods in the notes.ini file. You may enable other
methods, but these are the minimum that must be enabled for Volt to operate.
HTTPEnableMethods=GET,POST,PUT,DELETE,HEAD
Server configuration - internet site
If using Internet Site documents, create and enable a Web Site document for the HCL
Domino Server on which HCL Domino Volt will be hosted.
- From the Domino Administrator client, click .
- Click Add Internet Site, select Web.
- Fill out the Descriptive Name, Organization, and other fields on the
Basics tab.
- On the Configuration tab, enable the methods GET,
DELETE, HEAD, POST, and PUT. You may enable other methods, but these are the
minimum that must be enabled for Volt to operate.
- On the Domino Web Engine tab, ensure that Session
authentication is enabled. This can be set to whatever you are using for
your environment (SAML, SSO, or Single Server). If you do not already have
SAML or SSO in place, then set this to Single Server.
- Review the settings on the Security tab and ensure they are appropriate for your environment.
- Save and close the Internet site document.
For detailed reference instructions on preparing a Web Site document, see Creating an Internet site document.
Conditional server configuration – Volt Authors Group
You may want to restrict who can create Volt applications. The recommended method is
to use a Group document.
- From the Domino Administrator client, click .
- Click Add Group.
- Name the group whatever you wish – just make note of the name as you will be
using it in subsequent steps. See Post-installation tasks for
more information.Note: An example for a group name is "Volt App Authors".
- Add the users for your environment who will be allowed to create Volt
apps.
- Save and close the Group document.
Server configuration – server document
HCL Domino Volt requires some specific settings on the Server document for proper
operation.
- From the Domino Administrator client, click .
- Select the Server document for the server which will host the HCL Volt Domino installation and click Edit Server.
- If you are using Internet Site documents, ensure that Load
Internet configurations from Server\Internet Sites documents
is Enabled on the Basics tab.
- If you are not using Internet Site documents, ensure that Session authentication is enabled on the tab. This can be set to whatever you are using for your environment (SAML, SSO, or Single Server). If you do not already have SAML or SSO in place, then set this to Single Server.
- Save and close the Server document.
For more information on server documents, see Understanding the Server document.
Note: HCL Domino Volt displays a login form to authenticate a user. When you load
the login form using the HTTP protocol, your credentials are sent to the Domino
server over an insecure connection. For a production server, it is strongly
recommended you configure the server to require an SSL connection (HTTPS). For
information on requiring an SSL connection, see Requiring an SSL connection to a
server.