I've more than one project in eclipse which require jetty server (I use maven). I run project1 with no problem. Then I want to turn off project1 and/or just normally start project2. I'm getting error:
[ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.9.v20160517:run (default-cli) on project PROJECT2: Failure: Address already in use: bind -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
How may I restart/rerun jetty server? The problem is in engaged port (localhost:8080). First solution is to restart elipse.