Deploying Applications

Deploy and Undeploy

There are three methods available for deploying and undeploying applications.

 

Method One: via Server Manager

When you Java sever is provisioned, a default admin/manager password is created.

This password is stored in the root of your Java server.

For Tomcat: http(s):// yourdomain.com/manager

For GlassFish: https://yourdomain.com:4848

For WildFly: https://yourdomain.com:9990

 

Method Two: via Webmin

To deploy or undeploy an application via Webmin, click on the "Apps" icon as show below:

Select to deploy via upload, local file, or via HTTP/URL as show below.

 

 

Method Three: via Command Line

To deploy or undeploy an application via command line, use the deployment options for your selected server.

 

Next Up: Configuration Files

Configuration Files