How to setup google local app server in intellij 11

I am trying to deploy my app to Google App Engine (GAE) via intellij 11 ultimate.

I downloaded the GAE sdk and followed the instructions ( here ) on how to set up intellij correctly.

The problem is that when I try to add a local GAE to validate my application, I get

Error: Application Server "AppEngine Dev" is not configured

Intellij 11, GAE java-sdk-1.7.4

An error message and I'm not sure what I am missing. enter image description here

thank

+3


source to share


1 answer


Seems like a bug. It was only after removing the GAE face that I was able to click the "Configure" button in the "Run / Debug Configuration". Once that was done, I was able to add a face and again.



+2


source







All Articles