async-deploy-on-startup
Deploy archives after the server starts
Since R2020a
Syntax
--async-deploy-on-startup
Description
async-deploy-on-startup
delays deployment of the deployable archives
until after the server starts. After starting, the server scans the folder specified by the
auto-deploy-root
property for archives to deploy, then deploys them. Due to this
delayed deployment, the archives are accessible only after the server finishes deploying them
and are not accessible immediately after the server starts. If you have several archives or
large archives to deploy, then set this property to avoid server timeout on startup.
If you do not set this property, the server instance automatically unpacks and deploys the
archives placed in the folder specified by the auto-deploy-root
property
when it starts.
Examples
Deploy archives after the server starts.
--async-deploy-on-startup
Version History
Introduced in R2020a