I have a multimodule gwt project that I'm able to start up and run through IntelliJ just fine. But when I go to debug the application (or actually just the act of adding ?gwt.codesvr=127.0.0.1:9997 to the end of the url) causes me to get the dreaded "Plugin failed to connect to Development Mode server at 127.0.0.1:9997.
My current setup is:





Entrypoint has a dependency on several portal modules. I'm unsure of what I'm doing wrong, because the portal runs fine as long as it's not through the code server..
Edit: Here is my current run configuration. I've tried everything including changing the -war directory to target\ROOT and src\main\webapp and I've changed the web facet resource folder to the same, I have no clue what I'm doing wrong.

Note that I've tried removing and adding the bindAddress several times. It doesn't differently either way.