Create/Edit Application
Last updated
Last updated
The user-defined name for the application. You can choose to click on the dice button on the right to choose a random name.
Select the server from the dropdown that will host this application.
This field specifies the local path on the server where the application files will be downloaded from the remote repository.
This section specifies the number of instances (processes) that ClusterWare will start as part of this application.
Number of instances to run: Specify how many instances of your application you want to run on this server.
Starting port: Specify the port on which the instance #0 will be listening to incoming requests. Each subsequent application instance started by ClusterWare will receive a port number incremented by one.
To prevent starting multiple application instances listening for connections on the same port number your application code needs to use the PORT
environment variable to start the HTTP server. .
See the full .
Toggle on/off, and specify a percentage above which should be triggered.
Toggle on/off, and specify an amount in MB above which should be triggered.
Enable or disable automatic if any application instance is not running.