Jump to: navigation, search
(Created target blank page For Version: HTCC:8.5.2)
 
(Update with the copy of version: 8.5.2DRAFT)
Line 1: Line 1:
<!-- Creation of the target page -->
+
=Upgrading from standalone to embedded Jetty=
 +
 
 +
Migration from 8.5.201.09  includes a transition to embedded Jetty. This transition includes a new set of configuration files. If you are migrating from 8.5.201.18 or later, this procedure is not required.
 +
 
 +
Complete the following steps for each Web Services and Applications node:<br/>
 +
 
 +
'''Start'''
 +
 
 +
<ol>
 +
<li>Copy settings from your existing configuration files to the '''application.yaml''' configuration file. See [[Documentation:HTCC:Dep:ConfigurationPremise|Configuring Web Services and Applications]] for more information about this file. The following table maps the previous configuration files to the new files:
 +
{| border="1"
 +
|-
 +
! Old file
 +
! New file
 +
|-
 +
| server-settings.yaml
 +
|  '"serverSettings"' section in the '''application.yaml''' file
 +
|-
 +
| cassandra-cluster.yaml
 +
| '"cassandraCluster"' section in the '''application.yaml''' file
 +
|-
 +
| onpremise-settings.yaml
 +
| '"onPremiseSettings"' section in the '''application.yaml''' file
 +
|}</li>
 +
<li>Copy settings from your existing Jetty configuration files to the [[Documentation:HTCC:Dep:ConfigurationPremise#Jetty_settings|jetty section]] of the '''application.yaml''' configuration file. The following table maps the previous configuration files to the new files:
 +
{| border="1"
 +
|-
 +
| jetty-requestlog.xml
 +
| '"jetty"' section in the '''application.yaml''' file
 +
|-
 +
| jetty-https.xml
 +
| '"jetty"' section in the '''application.yaml''' file
 +
|}</li>
 +
<li>Adjust the [[Documentation:HTCC:Dep:ConfigurationPremise#Logging_settings|logging section]] of the '''application.yaml''' configuration file. Set the new path to the '''logback.xml''' file.</li>
 +
</ol>
 +
 
 +
'''End'''
 +
 
 +
[[Category:V:HTCC:8.5.2]]

Revision as of 19:20, January 27, 2017

Upgrading from standalone to embedded Jetty

Migration from 8.5.201.09 includes a transition to embedded Jetty. This transition includes a new set of configuration files. If you are migrating from 8.5.201.18 or later, this procedure is not required.

Complete the following steps for each Web Services and Applications node:

Start

  1. Copy settings from your existing configuration files to the application.yaml configuration file. See Configuring Web Services and Applications for more information about this file. The following table maps the previous configuration files to the new files:
    Old file New file
    server-settings.yaml '"serverSettings"' section in the application.yaml file
    cassandra-cluster.yaml '"cassandraCluster"' section in the application.yaml file
    onpremise-settings.yaml '"onPremiseSettings"' section in the application.yaml file
  2. Copy settings from your existing Jetty configuration files to the jetty section of the application.yaml configuration file. The following table maps the previous configuration files to the new files:
    jetty-requestlog.xml '"jetty"' section in the application.yaml file
    jetty-https.xml '"jetty"' section in the application.yaml file
  3. Adjust the logging section of the application.yaml configuration file. Set the new path to the logback.xml file.

End

Comments or questions about this documentation? Contact us for support!