My Project looks a lot like this: https://github.com/GoogleCloudPlatform/appengine-modules-sample-java
Wanted to be able to run it on a eclipse local server on debug mode but does not look like Eclipse App Engine Standard on localhost accepts ears. it says they are not supported. What can I do?
Also I added the war projects individually to the local server but getting:
HTTP ERROR: 503
Problem accessing /. Reason:
SERVICE_UNAVAILABLE
Powered by Jetty://
If I use maven I can build and deploy from the command line, but does not help much since cannot use the eclipse debugger.