JAVA WEB APPS HOST

This Worker hosts java web archives (.war files).

Process name Task
JavaWebAppsHost To host java web archives (.war files). Maximum one copy of this Worker should run on a single workstation.

Deploying .war files

To deploy .war files in CLOUDFLOW, follow these steps:
  1. Create a folder in a File store to put the add-ons. For example cloudflow://PP_FILE_STORE/CloudflowAddons.
  2. Define the location of this add-on path in SETTINGS > SETTINGS > QUANTUM > ADDONS.
  3. In this add-on folder, create a folder HostedJavaWebApps. Consequently, you have a folder cloudflow://PP_FILE_STORE/CloudflowAddons/HostedJavaWebApps.
  4. Put the .war file(s) in this folder. You can do this either using Windows Explorer or Mac Finder, or you can upload the .war files in CLOUDFLOW through the ASSETS view.
  5. Configure and activate a JAVA WEB APPS HOST Worker in SETTINGS > WORK SERVERS.
  6. Use the web service defined in the war file on URL: http://<host name or IP address>:8080/<your service>. For example, to access the Orchestrator API documentation from the local machine where CLOUDFLOW is running, you need to use http://localhost:8080/media/api.