Page History
...
- Download and extract the Web_App_Platform_<version number>_<operating system>_no_install.zip file.
- Open for editing the <no-install_root>/CATIANoMagicServices/WebAppPlatform/shared/conf/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
- If you want to use the Authentication server in the same environment as Web Application Platform, open for editing the <no-install_root>/CATIANoMagicServices/WebAppPlatform/shared/conf/authserver.properties file, read the comments with property descriptions, and specify the following:
- If you want Web Application Platform to use SSL certificates, do the following:
- Go to the <no-install_root>/CATIANoMagicServices/WebAppPlatform/conf directory and open to edit the server.xml file.
- In the server.xml file, specify the following properties (use the same certificate file that is used in Teamwork Cloud):
certificateKeystoreFile="<path_to_certificate_file>"
certificateKeystorePassword="<password>"
- Go to the <no-install_root>/CATIANoMagicServices/WebAppPlatform/bin directory and run the startup.bat file as administrator to start Web Application Platform.
...