Here, you can learn how to run Web Application Platform with its service by using the no-installer package. | Note |
|---|
| Before running the Web Application Platform with services, you need to: - Have a working instance of Teamwork Cloud.
- If you intend to install the Cameo Collaborator for Teamwork Cloud service, make sure that DSLS or the FlexNet license server is installed beforehand.
- Download the Web_App_Platform_<version number>_<operating system>_no_install.zip file.
- If you use Linux, increase the open file limit for the OS or Web Application Platform/Tomcat to a minimum of 20 000 files.
Before starting the installation, you should know the following: - It is recommended to run Web Application Platform and Teamwork Cloud on different machines.
- Before running Web Application Platform, note down Teamwork Cloud, the Authentication server, and license server data, such as the hostname (or IP address) and port.
- If Web Application Platform runs on a separate machine, it is recommended to disable the web container (e.g., Apache Tomcat) on the machine where Teamwork Cloud running.
|
To run Web Application Platform by using the no-install package
- Download and extract the Web_App_Platform_<version number>_<operating system>_no_install.zip file.
- Go to the <no-install_root>/CATIANoMagicServices/WebAppPlatform/shared/conf directory.
Open to edit the webappplatform.properties file, read the comments with property descriptions, and specify the following: - Web Application Platform properties
- Authentication server properties
- Teamwork Cloud server properties
- FlexNet/DSLS server properties
- Platform service discovery-related properties
In your computer settings, specify the JRE_HOME and CATALINA_HOME_WEBAPP variables as shown below: | Code Block |
|---|
CATALINA_HOME_WEBAPP=/<no-install_root>
JRE_HOME=/<Java_install_directory> |
- If you want Web Application Platform to use SSL certificates, do the following:
- Generate the SSL certificate file.
- Go to the <no-install_root>/CATIANoMagicServices/WebAppPlatform/conf directory and open to edit the server.xml file.
- In the server.xml file, change the default values of the following properties to the actual path to the certificate file and password:
| Warning |
|---|
| | The certificateKeystorePassword property value must be the same as the -storepass and -keypass property values that you specified when creating the SSL certificate. |
- Start Zookeper.
- Go to the <no-install_root>/CATIANoMagicServices/WebAppPlatform/bin directory and run the startup.bat file as administrator to start Web Application Platform.
- If you installed Cameo Collaborator for Teamwork Cloud, apply the Cameo Collaborator license.
For information on how to start Web Application Platform, refer to Starting and Stopping Web Application Platform. To access Web Application Platform, open a web browser and go to http(s)://<domain_name>:<port>/webapp. By default, Web Application Platform uses port 8443.
| Info |
|---|
|