Migrating your Web Services and Application Installation Package (IP)
Migrating from 8.5.1 to 8.5.2
Start
- Stop Jetty on all the Web Services nodes.
- Update Cassandra with all cf-schema-<version>.txt files in the install_CD/data directory.
- Copy the install CD/data directory to the Cassandra node host.
- For each cf-schema-<version>.txt file, run the following command to update the Cassandra schema:
ImportantYou must run these scripts in order, beginning with cf-schema-8.5.100.01.txt.
cassandra_install_dir/bin/cassandra-cli -h cassandra_host --file cf-schema-<version>.txt
- cassandra_host is the host name (FQDN) or IP of the Cassandra node
- Complete the How do upgrade from standalone to embedded Jetty? procedure.
- Review Configuring Web Services and its sub-topics and set the options required for your deployment.
The following configuration options have been modified in the $JETTY_HOME/genconfig/server-settings.yaml file in 8.5.2:Option Type of Change activationTimeout The default value changed from 1000 to 12000. connectionTimeout The default value changed from 400 to 4000. cmeAuthenticationEnabled Removed - Complete Starting and Testing.
Tip
Make a backup of your configuration folder ($JETTY_HOME/genconfig) to use as a reference for setting configuration options.End
Comments or questions about this documentation? Contact us for support!