built-in-web-server

Does IntelliJ have an internal web server to serve static content of a web application?

夙愿已清 提交于 2019-12-21 07:26:26
问题 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. 回答1: UPDATE: built-in web server is available in the recent IntelliJ IDEA versions (starting from 13). You can find more details in the blog (yes, this feature first appeared in WebStorm). IntelliJ IDEA has no this feature, you need to install and use

Does IntelliJ have an internal web server to serve static content of a web application?

你。 提交于 2019-12-04 00:29:28
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 . UPDATE: built-in web server is available in the recent IntelliJ IDEA versions (starting from 13). You can find more details in the blog (yes, this feature first appeared in WebStorm). IntelliJ IDEA has no this feature, you need to install and use any third-party web server that can serve the content from the project folders. mfk A built-in HTTP preview