I am trying to complete this introduction to java apps on IBM Bluemix:
github.com/IBM-Bluemix/get-started-java
When I get to step 4.4 'Run your application locally on Liberty' I get the following error message:
"Server Error: The selection did not contain any resources that can run on a server."
I have followed the guide step-by-step and this is the first issue I encounter. I am new to Bluemix, eclipse and Liberty, so I am not really sure where to look for the solution to this problem.
I have to restart eclipse to reproduce this problem since I only have the option of "Run as -> Run on Server" the first time I attempt.
EDIT:
This is where I click to "Run on server":
Trying to do step 4.1 - Run on server
This is the error:
Thanks for the answers, guys!
EDIT 2:
If I do "Run -> Run Configurations..." and select Liberty Server it looks like it goes through the same steps as when you run:
mvn install liberty:run-server
in the terminal. But if I do this and go to localhost:9080/GetStartedJava/ I get the following message:
Context Root Not Found
Does this help anyone as to the source of my problems?