I am trying to create my first web app on Bluemix.
I created a Java Liberty Runtime and downloaded the Starter Code to work on Eclipse.
I installed IBM Bluemix tools to Eclipse and imported the starter code as an archive file.
When I try to run the 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:
When I try to go the application homepage it is giving:
Not Found
The application or context root for this request has not been found: /
Thanks for any comments.