Search code examples
javaeclipsemavengoogle-app-engineear

Run Multi Module Java App Engine (EAR) application on Eclipse App Engine Standard on localhost on debug


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.


Solution

  • I think this two links will help you

    https://blog.knoldus.com/2010/06/24/remote-debugging-google-app-engine-application-on-eclipse/

    How to setup IntelliJ Java App Engine project to use Services (Modules)

    This links will show you how to enable remote debugging for eclipse and how to setup remote debugging for a Multi Modulue Google App Engine Project with Intellij (without the Google App Engine Plugin) and Gradle

    Regards

    Michael