I start a project by using gradle, tomcat and eclipse. I have already the files, but I want to open it on Eclipse.
For it, in the repertory of work, i make the command "gradle build" and "gradle eclipse" and it works.
But, when I make "gradle jettyRunWar", I have the following error:
failed SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Adresse déjà utilisée failed Server@ad6443: java.net.BindException: Adresse déjà utilisée :jettyRunWar FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':jettyRunWar'.
Could not start the Jetty server.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 13.71 secs
How to solve it ?
Thanks