Hi James thanks for the response.
I am trying to build a Spring Boot WAR file using Gradle that can be deployed to Bluemix. This is the basic process I’ve been following to try to accomplish this:
- I am using Eclipse Luna and importing the code as an existing project
- I build the project and attempt to run it on a Bluemix server and the code gets pushed successfully, but when I go to the URL I get a ‘Error 404: SRVE0190E: File not found: /’ message.
- when I look on my Bluemix dashboard, the app appears to be running, but i still cannot access the app through the URL.
Any advice or guidance would be extremely helpful.