Pre-Requisite
- SQL Server Connection Information
- SMTP Information for E-Mail Services
App Installer
Ensure all pre-requisites for App Configuration have been met
The following steps are to be done directly on the App Environment Operating System
- Browse the location you want the Application Root to deployed to
- Enter the SQL Server Name or IP Address where the database resides
- Enter the SQL Server Port Number for the SQL Server
Default Port Number for SQL Server is 1433 - Enter the Application URL that will be used by end users to access the application
- Enter the SMTP Host Name for your mail server
- Enter the SMTP Port Number for your mail server
- Enter the SMTP Username for your mail server
- Enter the SMTP Password for your mail server
- Click Next and wait till you see the Finish screen as shown below
- Click Finish to complete the Database deployment
- Navigate to the visicmdr\conf directory from the Application Root
- Launch the server.xml in edit mode using Notepad or Notepad++ (Notepad++ recommended)
- Comment out the system generated nio-https-connector around Line 47
<Connector acceptCount="100" connectionTimeout="20000" executor="tomcatThreadPool" maxKeepAliveRequests="15" port="${nio.http.port}" protocol="org.apache.coyote.http11.Http11NioProtocol" redirectPort="${nio.https.port}"/>
- Add the following after the commented section on the next line right before </Service> </Server>
<Connector port="8474" enableLookups="false" redirectPort="443" protocol="AJP/1.3" />
- Save the server.xml file