google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Incorrect messages about conflicting local server launchs

Open chanseokoh opened this issue 8 years ago • 4 comments

  • Steps to reproduce:
  1. Create two HelloWorld projects, Alice and Bob.
  2. Select Alice. Run As > App Engine.
  3. Select Bob. Run As > Run on Server. Select Manually define a new server. Change Server Port to, e.g., 8089. Click Finish.

problem occurred _001

The message mentions about the admin port, but it's basically irrelevant with dev appserver1. The port 8000 is also out of place. It's not true either that the storage path is conflicting, because AFAIK, for dev appsever1, the storage path will be inside WEB-INF of the deploy directory. In other words, there is no conflicting resources for dev appserver1, and we should be able to run Alice and Bob simultaneously. Is this correct @patflynn?

Note that, however, this may not necessarily be a regression in the sense that, previously with dev appserver2, we were not able to run Alice and Bob anyway. (There was no way for users to change the storage path in our Eclipse plugin.)

chanseokoh avatar Apr 10 '17 17:04 chanseokoh