So I generated a basic web project in eclipse and it would run fine on the built in tomcat server instance. But I wanted to run it in Intellij CE, I searched around and also asked chatgpt, it recommended using something called tomcat7 maven plugin, and to use the run command.
But I can't find any clear information regarding this plugin anywhere and wanted to ask here if there are any resources related to it and also if it's a good practise to use it. Thanks in advance.