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:
- Create a folder in a File store to put the add-ons. For example
cloudflow://PP_FILE_STORE/CloudflowAddons
. - Define the location of this add-on path in .
- In this add-on folder, create a folder
HostedJavaWebApps
. Consequently, you have a folder cloudflow://PP_FILE_STORE/CloudflowAddons/HostedJavaWebApps. - 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.
- Configure and activate a JAVA WEB APPS HOST Worker in .
- 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 usehttp://localhost:8080/media/api
.