auto-deploy-root

Folder the server instance scans for deployable archives

Syntax

--auto-deploy-root path

Description

--auto-deploy-root path specifies the folder the server instance scans for deployable archives. Deployable archives placed in this folder are automatically unpacked and deployed when the instance is started. No restart is necessary when a deployable archive is added, updated, or removed. Many instances may share a single auto-deploy-root. Using this folder allows near-simultaneous hot deployment to multiple instances. The folder is scanned every five seconds for changes.

Parameters

path

Path to the folder scanned for deployable archives relative to the server instance's root folder.

Examples

Scan the auto_deploy folder for deployable archives to hot deploy.

--auto-deploy-root ./auto_deploy
Was this topic helpful?