Grails app deployed through IntelliJ, cannot access on another machine
Greetings,
I have two machines on the same network, a development machine and a qa-review machine.
When I deploy my grails application via command line (grails run-app) I can access my grails application on both machines. When I deploy the application through IntelliJ, I can only access the application via the dev box. My qa-review machine cannot access the application.
Any ideas?
Thanks
请先登录再写评论。
Which host name/port do you use? Do you specify them when deploying in
IDEA and command line? Could you copy-paste the grails outputs when run
from both places?