Deploy Service
The Deploy Service enables the deployment, update and undeployment of software packages on J2EE Engine. It also provides for the proper work and administration of the deployed applications.
This service runs only on the server.
Server
Property |
Description |
Default Value |
Additional_Debug_Info |
If set to true and if the severity of the Deploy Service is DEBUG, the Deploy Service will keep information about the duration of each method of the container interfaces in the log file. Otherwise, information about the duration is not kept. Possible values are true and false.
Use this property in the development phase.
For more information about severity levels, see Log Severities in the Server Administration manual. |
false |
Applications_Folder |
Specifies the path within the file system where each deployed application is to be stored. |
./apps |
Clear_After_Failure |
If set to false, the temp folders used by the deploy or upgrade procedure of the application will not be deleted. Later you can use the information in them to debug possible problems. If set to true, the temp folders will be deleted when the deploy or upgrade procedures ends, so that space is preserved. You will lose all information from these folders.
Use this property in the development phase. |
true |
StandardApplicationReferences |
Specifies application references for all applications deployed on the J2EE Engine. Use this property instead of defining the same references separately for each application, interface, library or service.
service:servlet_jsp; library:jsse; interface:security |
service:servlet_jsp; service:p4; service:jmsconnector; library:jsse; library:servlet; library:mail; library:ejb20; library:activation; library:j2eeca; library:jms; library:opensql;library:webservices; interface:webservices; |
Timeout_For_Library_Deploy_Event_In_Secs |
Specifies the timeout for library deployment. Libraries should be deployed within this time interval. You can change this value to extend or shorten this interval. The default value, however, offers best performance. |
45 |
timeout_startApps_of_container |
Specifies the time in milliseconds (ms) in which the Deploy Service must wait for a container to start the application. After this time, it rollbacks the application. |
1200000 |
Strict_J2EE_Checks |
Specifies whether the users will receive warning messages at the end of the deploy service operations. It could have true or false values. |
false |
Initially_Not_Started_Apps |
The value of this property is a semicolon-separated list of application names. All applications in this list will not be started when the J2EE Engine is restarted even though some of them may have been started when the engine was stopped. |
; |
See also:
Deploy Service in the Administration Manual.