IntelliJ and Tomcat.. Howto..?

后端 未结 7 1340
忘掉有多难
忘掉有多难 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条回答
  •  萌比男神i
    2020-11-27 11:27

    You can also debug tomcat using the community edition (Unlike what is said above).

    Start tomcat in debug mode, for example like this: .\catalina.bat jpda run

    In intellij: Run > Edit Configurations > +

    Select "Remote" Name the connection: "somename" Set "Port:" 8000 (default 5005)

    Select Run > Debug "somename"

提交回复
热议问题