Running the Installation Program
This section covers how to install the Honeywell applications using the installation user interface.
To avoid potential issues, Honeywell recommends installing VoiceCheck directly from a local drive or from the distribution media. If the application is installed from a shared network drive, you may experience interruptions and failures.
- Close all other applications before installing
- When installing on Windows, run the installer as an administrator.
- If installing from a product DVD, navigate to and run install.exe.
Introduction
The installation begins with an introduction screen.
Click Next.
License Agreement
Review and accept the terms of the license agreement and click Next.
Select Installation Path
Click Next to install to the default path or, if necessary, browse to the desired installation path and click Next.
Software to Install
Click Next to start copying the required software files.
Copying Software
During this step, VoiceCheck software files copy to the installation path. When the copy process is finished, click Next.
Cluster Configuration
Cluster Configuration Details
Select No to continue a standard installation.
Select Yes if you want this installation to be part of a clustered environment. Specify a folder location for shared storage, then click Next. See Installing into a Clustered Environment for more information.
Load Balanced Environment Details
Check this option if you want to set up a load balanced environment.
The primary node must be installed first. For important additional load balancing installation information see Installing into a Load Balancing Environment.
If using load balancing, indicate if this installation is the primary node and identify the shared storage location then click Next.
Shared Storage
You must enter a full UNC path, including the application server hostname, to the shared storage location during a cluster installation. Do not reference a mapped drive or relative path.
SSO Configuration
If using SSO, complete this screen. For additional information, see SSO Configuration.
Configuration and Installation
This page contains three tabs for configuring your implementation of VoiceCheck.
- Click the Tomcat Server Configuration tab.
- Enter the appropriate information for your Tomcat server.
- Click the Database Configuration tab.
- Enter the appropriate information for your database.
Microsoft SQL Server Field Description Data Hostname DNS name or IP address of the machine hosting the database. Database Port The port that the database uses. Valid entry must be an integer between 1 and 65535. The default port for SQL Server is 1433. Database Name The name of the database. JDBC URL (Advanced Settings only) The JDBC URL for the database. Valid entry format: jdbc:sqlserver://<host>:<port>;
DatabaseName=<database name>
Authentication Type (for Windows installs only where an existing user was specified for the Tomcat Server configuration)
The authentication type used to connect to the database. If installing on Windows and an existing user was specified for the Tomcat Service configuration, select to use NT Authentication. Otherwise, select SQL Server Authentication.
Database Username The username that the application should use to log into the database. This is disabled if using NT Authentication. Database Password The password of the user that the application should use to log into the database. This is disabled if using NT Authentication. Database schema The database schema you are using. Oracle Database Field Description Data Hostname DNS name or IP address of the machine hosting the database. Database Port The port that the database uses. Valid entry must be an integer between 1 and 65535. The default port for Oracle is 1521. SID The SID of the Oracle database. JDBC URL (Advanced Settings only) The JDBC URL for the database. Valid entry format: jdbc:oracle:think:@<host>:<port>:<database name> Database Username The username that the application should use to log into the database. Database Password The password of the user that the application should use to log into the database. - Click the VoiceCheck Configuration tab.
- In the Storage Directory field, keep the default VoiceCheck installation path or browse to a different location. The storage directory must have sufficient space to store multiple VoiceNotes and photo files.
- Check the Enable HTTPS Support checkbox if you want to enable secure HTTPS on all pages of VoiceCheck.
- Enter or browse to your HTTPS certificate Keystore Location.
- Enter your Keystore Password and Keystore Alias.
- Click Install Now.
- When the initial VoiceCheck installation completes, click OK.
Setup Shortcuts
If desired, select the Start menu program group in which to place the VoiceCheck shortcut, or edit the path of the shortcut. Then click Next.
If you do not want a VoiceCheck shortcut on the Start menu, clear the Create shortcut in the Start menu checkbox. A shortcut to VoiceCheck is placed on the desktop after the installation process completes.
Installation Complete
When the installation is complete, a success message displays with information about the uninstaller program.
If desired, click the Generate script button to generate an .xml file containing your installation selections. Use this script to perform additional silent installations.
Click Done to exit the installation program. The VoiceCheck application should open automatically in your supported browser.
HTTPS Installation Not Running
If you enabled HTTPS support during the installation and VoiceCheck does not start up properly, check your HTTPS certificate keystore information and correct the values in the Tomcat server as needed. See Configuring Tomcat with Keystore Information for instructions on manually editing the keystore fields.
Configure Photos URL
The installer does not ask for a host name during installation, so the name "localhost" is used for the hostname. If the URL used to connect to VoiceCheck is http://localhost:9070/VoiceCheck the exported URL for photos uses localhost rather than the server name or server IP address.
To reconfigure the URL to use the server name or IP address, open the server.properties file located at C:\Program Files\Vocollect\VoiceCheck\tomcat\webapps\VoiceCheck\WEB-INF\classes\server.properties, which is the default installation location. The file should look like this:
server.port=80
server.name=localhost
server.scheme=http
server.contextRoot=VoiceCheck
server.https.port=443
server.https.enabled=true
Change server.name=localhost to server.name=<your IP address or DNS host name>.
Storage of Database Passwords
The installation program stores the database.properties file in the target installation folder. This file includes the database password and username that the application uses to log into the database (unless you are using SQL Server with NT Authentication). While the passwords in this file are encrypted, this file is a plain text file that can be read by any text editor. Therefore, if you want to secure this file, follow the appropriate steps to secure it with file permissions.
Related Topics