!--a11y-->
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 |
Applications_Folder |
Specifies the path within the file system where each deployed application is to be stored. |
./apps |
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_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 |
See also:
Deploy Service in the Administration Manual.
