Before deploying an application, you must have the complete application package ready.
Note:
The deployment feature is only available for Zend Server running on Apache and Zend Server Cluster Manager on Linux.
|
|
|
To deploy an application:
When finished, click Next. Note: The base URL (or root URL) is the URL where the application is available after it has been deployed. The base URL is unique and cannot be shared between two applications, and each application is required to have a base URL. Using a pseudo URL is also acceptable.
Note: If one or more of your parameters has failed to validate, open your Administration Interface in another browser or tab, alter the configurations that need to be changed for the validation to succeed, and refresh the wizard. The User Parameters dialog opens.
Important Note: Your webserver is being restarted. The restart has completed once your server's status is changed to the desired status. For more information see Changes to Your Apache During Deployment Actions.
To open your application click on your application in the Application page to expand the display, and click the Base URL link. Important Note: If your Base URL link includes '<default-server>', it must be replaced with your machine's IP address to open the link. |
Note: If this process fails, information is available about the failure in the zdd.log file. |
Zend Server will place your Apache configuration files during Zend Server installation, application configuration files and application data in specific directories.
During its installation, Zend Server detects if there is an existing default vhost:
If one is detected Zend Server adds an include statement to the default virtual host, which points to ‘usr/local/zend/etc/sites.d’
If no default virtual host is detected Zend Server creates one which points to ‘usr/local/zend/etc/sites.d'
Your application configuration files are located in the following locations:
Your deployed application’s data is stored in:
|
|
|
Related Links: Deployment |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.