IntelliJ and Tomcat.. Howto..?

后端 未结 7 1353
忘掉有多难
忘掉有多难 2020-11-27 10:34

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

7条回答
  •  情话喂你
    2020-11-27 11:23

    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.

    
        index.jsp
    
    

提交回复
热议问题