Trying to follow Spring roo tutorial steps I perform:
$ mkdir sample
$ cd sample
$ roo
roo> script --file filename.roo
roo> quit
$ mvn tomcat:run
and when I launch mvn tomcat:run
I get hanged up console on INFO: Starting Coyote HTTP/1.1 on http-8080
because this port is busy. Where can I change 8080 port to another one(I tried to change tomcat port, didn't find anything in the maven folder , .m2 folder and in the project folder)?
Thanks in advance for any help.