(→Installation package files) |
(→Deploying the web application) |
||
Line 16: | Line 16: | ||
# Copy the <nowiki>*.sample</nowiki> files from the '''/installation_path/gws/config/config-templates''' directory to the '''/installation_path/gws/config''' directory and remove the '''.sample''' extension. | # Copy the <nowiki>*.sample</nowiki> files from the '''/installation_path/gws/config/config-templates''' directory to the '''/installation_path/gws/config''' directory and remove the '''.sample''' extension. | ||
# Run following command to register the new service on your host: <tt>chkconfig gws on</tt> | # Run following command to register the new service on your host: <tt>chkconfig gws on</tt> | ||
− | # | + | # Configure Web Services and Applications features. At a minimum, you need to configure: |
+ | #* [[Documentation:HTCC:Dep:InstallingAndDeployingCassandra|Installing and configuring Cassandra]] | ||
+ | #* [[Documentation:HTCC:Dep:Elasticsearch|Elasticsearch]] | ||
# Proceed to [[Documentation:HTCC:Dep:StartHTCC|Starting and Testing Web Services]]. | # Proceed to [[Documentation:HTCC:Dep:StartHTCC|Starting and Testing Web Services]]. | ||
Revision as of 14:46, January 23, 2017
Deploying the web application
Important
- If you're deploying Web Services and Applications version 8.5.201.50 or earlier, complete the steps on Deploying the web application for 8.5.201.50 or earlier instead.
- If you're deploying Web Services and Applications version 8.5.201.09 or earlier, complete the steps on Deploying the web application for 8.5.201.09 or earlier instead.
Complete the following steps for each Web Services node.
Start
- Copy the installation_CD/ gws-<version>.noarch.rpm file to a local folder.
- Perform the installation using the RPM package manager:
- rpm -ivh [--prefix installation_location] gws-<version>.noarch.rpm
- If --prefix is not specified, the default installation location is /usr/share folder.
- Copy the *.sample files from the /installation_path/gws/config/config-templates directory to the /installation_path/gws/config directory and remove the .sample extension.
- Run following command to register the new service on your host: chkconfig gws on
- Configure Web Services and Applications features. At a minimum, you need to configure:
- Proceed to Starting and Testing Web Services.
End
Installation package files
Web Services configuration and initialization files (Red Hat Enterprise Linux 6)
File/folder name | Description |
---|---|
/etc/default/gws | The configuration file for the Web Services service. |
/etc/init.d/gws | The initialization script for the Web Services service. |
Web Services configuration and initialization files (Red Hat Enterprise Linux 7)
File/folder name | Description |
---|---|
/usr/bin/gws | The initialization script for the Web Services service. |
/usr/lib/systemd/system/gws.service | The default configuration file for the Web Services service.
The following scripts extend service functionality on the Red Hat Enterprise Linux 7 platform:
|
/usr/lib/systemd/system/gws.service.d/gws.conf | The custom configuration file for the Web Services service. The settings defined in this file override the default settings. |
Web Services and Applications files
File/folder name | Description |
---|---|
/installation_path/gws | The home directory of Web Services and Applications. |
/installation_path/gws/gws.jar | The application .jar file. |
GWS Configuration files
File/folder name | Description |
---|---|
/installation_path/gws/config | The folder containing configuration files of Web Services and Applications, including:
|
/installation_path/gws/config-templates | The folder that contains templates of the Web Services and Applications configuration files. After installation, files from the folder must be modified according to Web Services and Applications Configuration Guide and moved to /installation_path/gws/config. The templates include:
|
Cassandra schema
File/folder name | Description |
---|---|
/installation_path/gws/data | The folder that contains scripts to deploy database schema. Files include:
|
Elastic search templates and routing templates
- /installation_path/gws/elasticsearch
- /installation_path/gws/routing-templates
Next Step
Comments or questions about this documentation? Contact us for support!