I have two Grails applications developed at the same time when you need to communicate with each other.
How can I run both of them using grails run-app? If the server is already running and trying to start the second application, I get:
Server failed to start: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
source
share