Does IntelliJ have an internal web server to serve

2020-07-03 07:59发布

Right now, the directory of my module is defined as an IIS virtual directory and IIS serves the files.

I was wondering whether IntelliJ has an internal web server, which can serve the files, without the need for any third party. Eclipse does.

7条回答
▲ chillily
2楼-- · 2020-07-03 08:56

You can configure IntelliJ to use a lot of different application containers, but each of them must be downloaded and installed separately. I currently have mine configured to serve via jetty, like eclipse, and also tomcat, tc-server, jboss, and node.js. It's pretty easy to set up.

查看更多
登录 后发表回答