Using Netbeans, I develop sites with Tomcat as the local server to manage it.
In Netbeans it was \"Install, write hit Run and it works\"
How do I pull the same thing off in
In Netbeans you can right click on the project and run it, but in IntelliJ IDEA you have to select the index.jsp file or the welcome file to run the project.
this is because Netbeans generate the following tag in web.xml and IntelliJ do not.