Search code examples
eclipsedeploymentibm-clouddevopsibm-cloud-tools

Cannot Deploy Application on Eclipse (Bluemix)


I am trying to create my first web app on Bluemix.

  1. I created a Java Liberty Runtime and downloaded the Starter Code to work on Eclipse.
  2. I installed IBM Bluemix tools to Eclipse and imported the starter code as an archive file.

When I try to run application on IBM Bluemix Server, it is recognizing the starter code as another new application and saying "There is a deployed application with the same name." So, I cannot update the application on eclipse and also there is two different applications are being seen on server view:

alt text

When I try to go application homepage it is giving:

Not Found
The application or context root for this request has not been found: /

Thanks for any comments.


Solution

  • The IBM Eclipse Tools for Bluemix recently added the ability to map and unmap a Bluemix app with a project in your workspace: https://developer.ibm.com/bluemix/2015/04/02/updates-ibm-eclipse-tools-bluemix/

    To map a project, right click on an existing application in the Servers view and select Map to Project.