How Can We Help?
< All Topics
Print

Deploy Java Project Via Archive URL

Upload and Deploy Your Java ApplicationThe BitssCloud Deployment Manager gives you an easy way to control your deployed web applications. You can easily add and deploy any of them to a specified environment or delete them if needed.

In order to add new Java application package:
1.Upload your application package by clicking Upload in BitssCloud Deployment Manager. (Deployment manager option is below your dashboard)

 2. Browse to your local file. The BitssCloud Deployment Manager supports.WAR, .ZIP or .EAR formats.

Note that the maximum available size of the uploaded local file is 150 MB. If your application size exceeds this limit, please use the URL for uploading.
                 

         
3.To add new application via URL (http://, https:// or ftp://) navigate to the appropriate tab and enter there the required link 
 

 NOTE: 

  • Upload manager just links to the file
  •  If you modify your linked file but do not change the link to it there is no need to enter URL again
  •  If the ftp server needs authorization you’ll have to put your URL in the following format:
  • ftp://{login}:{password}@{server_name}/{path_to_file}/{MyPackage.war}
  •  If you happen to select a file with an unsupported extension or you enter an incorrect URL, you will get an error message informing you of it.

 

4.You can track the progress of the package uploading in the Tasks pane. Once the file is uploaded, it gets listed along with all your previous packages. Once uploaded, you have access to the Deploy and Delete options for that file.

5.Select your package in the list and click Deploy to drop-down menu.

6.To get your java web application hosted choose the environment where you want to deploy it. In the opened window, specify the application’s target context. Click Deploy.

7. Your application will be deployed to the chosen environment in just a minute.

  Now you can open and use your Java web application.

Table of Contents