Book Image

Heroku Cloud Application Development

By : Anubhav Hanjura
Book Image

Heroku Cloud Application Development

By: Anubhav Hanjura

Overview of this book

Table of Contents (17 chapters)
Heroku Cloud Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Managing Heroku apps in Eclipse


You can have many Java web apps deployed on Heroku at any single point of time. You can log in to your Heroku account and manage these web apps, or you could use the facilities provided within Eclipse to do everything you need to manage your web app. In the current section, we will see how to use Eclipse to do the most common tasks to manage your web apps.

Viewing your Heroku application

Eclipse makes the monitoring and management of your Heroku web app extremely simple by providing a Heroku view in the Window menu option. With the click of a few buttons, you can easily review the list of Heroku applications you have. This can be done by performing the following steps:

  1. Open Eclipse, go to Window | Show View | Other, and then select My Heroku Applications.

  2. Eclipse will display a list of Heroku apps that belong to your account, or you are a collaborator on, along with other relevant information such as the app name, Git URL, and application URL for that app, as...