When I changed project directory in my Java project on Intellij IDEA and when I started the project I got error what "no web page found for the following web address: http://localhost:8090". My Tomcat settings is below. I fixed all settings for new directory but I can't start the project. How can I fix it ?
CodePudding user response:
You need to set the WAR
file, which should be deployed in part "Deployment"
. And you need to set the application context e.g. to /my_web_war