13.5.2 Deploying and un-deploying J2EE applications in the exploded archive-format

This subsection describes the deploying and un-deploying of J2EE applications in the exploded archive-format.

Organization of this subsection
(1) Deploying J2EE applications
(2) Un-deploying J2EE applications

(1) Deploying J2EE applications

To import an exploded archive-format J2EE application into the J2EE server and to make the application executable from the client, you must deploy the application. Import the exploded archive-format J2EE application into the J2EE server that will execute the J2EE application. The class loaders generated when the application is started store and operate the application directory as a class path.

(2) Un-deploying J2EE applications

To delete an exploded archive-format J2EE application, execute the un-deploy process for the application. After the un-deploy process finishes, the registration of the J2EE application on the J2EE server is cancelled. Note that the application directory is not deleted.