The XML skeleton script is made up of the following:
name - (Required) The application's name.
summary - The application's short description.
description - The application's long description.
version - (Required) The application's version number.
eula - The EULA file.
appdir - (Required) The applications directory. By default, this is the data folder of your package.
docroot - The alias will point to the directory you specify.
scriptsdir - The directory in which your scripts are located. By default, this is the scripts folder of your package.
healthcheck - Add the relative URLl you would like Zend Server to check against for Application Health Check. This checks if the URL returns a 200 (OK) response or an error response.
dependencies - The dependencies that must be met (and will be validated) during the deployment process.
parameters - The parameters for the deployment process. These, along with the values you define, will appear in the User Parameters dialog during deployment. For more information see Deploying an Application.
variables - Define environment variables for the deployment scripts.
persistent resources - Any files or directories you do not want removed from the server after removing or updating the application.
The descriptor file is validated by an XSD file in the server. For an example of the file see The XSD File.
|
Example: <?xml version="1.0" encoding="utf-8"?> |
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.