Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (12.7k points)

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.

1 Answer

0 votes
by (29.5k points)
To map a project, right click on an existing application in the Servers view and select Map to Project.

Browse Categories

...