Tell me please. I launch the project from IDEA. How can I make my project open via a link, for example myproject.dev , instead of localhost:8080 ? I tried to set up tomcat in IDEA settings like this, but nothing works. The rules of the hosts set by 127.0.0.1 myproject.dev , but nothing works either.
What am I doing wrong?