Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (530 KB)
Deploying an Application AutomaticallyTo use automatic deployment, you can deploy applications by placing the applications in the as-install/domains/domain-name/autodeploy directory.
|
as-install/domains/domain1/autodeploy |
Copy the application WAR file to the as-install/domains/domain-name/autodeploy directory.
cp sample-dir/hello.war as-install/domains/domain-name/autodeploy
Enterprise Server automatically discovers and starts the application.
Use the cd command to change to the domain's autodeploy directory.
cd as-install/domains/domain-name/autodeploy
Use the rm command to delete the application.
rm hello.war