Eclipse deploys apps directly to Cloudfoundry

Source: Internet
Author: User

Today, it is occasionally discovered that eclipse also has the ability to publish applications to Cloudfoundry, followed by a slightly more straightforward, straightforward:

1. Right-click the application's class file and select Run As==>run on Server

2. Fill in the application process name shown in the deployment app name--CF

3. Configure domain, host, publish URL, instance memory size

4. Configure Environment variables

5. Click "Finish" to start the application deployment

6. In the eclipse server, you can see the application information already deployed in CF, where you can right-click Stop, Start, move, and so on.

7, of course, you can also write all the configuration in the program package root directory in the Manifest.yml file

---applications:- name:003_cfclient  memory:512m  host:cfclient  domain:mi-ae.cn   Env :     ' 5463345345654 '   Buildpack:java_buildpack

Eclipse deploys apps directly to Cloudfoundry

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.