IntelliJ 2017.2 "Run/Debug Configurations" 对话框中的 "Deploy applications configured in Tomcat instance" 是什么?
What is "Deploy applications configured in Tomcat instance" in IntelliJ 2017.2 "Run/Debug Configurations" dialog?
在IntelliJ Ultimate 2017.2, in the Run/Debug Configurations
dialog, with the Tomcat Server
> Local
左边选中的项目,究竟复选框Deploy applications configured in Tomcat instance
是什么意思?此对话框的全部目的是 运行 我的应用程序在 Tomcat 内,所以我很困惑。
我尝试通过左下方的 ?
图标访问文档,但收到 404 error for its URL。
此设置控制当从 IntelliJ IDEA 启动 Tomcat 时是否部署您已经存在于 TOMCAT_HOME\webapps
目录中的应用程序。
默认情况下会部署以下内容:
- 文档
- 例子
- 主机管理员
- 经理
- 根目录
如果您不需要任何这些默认应用程序或任何其他手动部署的应用程序,请禁用在Tomcat实例中配置的部署应用程序 选项。这将使服务器启动更快,并且会使用更少的内存。
您要找的文档页面是available here,这里是这个选项的官方解释:
The Tomcat configuration files, among other things, may list the
applications that should be deployed at the server start. If this
check box is selected, all the applications so listed will be deployed
on the server in addition to the artifacts specified on the Deployment
tab. If the check box is not selected, only the artifacts and the
external resources specified on the Deployment tab will be deployed.
在IntelliJ Ultimate 2017.2, in the Run/Debug Configurations
dialog, with the Tomcat Server
> Local
左边选中的项目,究竟复选框Deploy applications configured in Tomcat instance
是什么意思?此对话框的全部目的是 运行 我的应用程序在 Tomcat 内,所以我很困惑。
我尝试通过左下方的 ?
图标访问文档,但收到 404 error for its URL。
此设置控制当从 IntelliJ IDEA 启动 Tomcat 时是否部署您已经存在于 TOMCAT_HOME\webapps
目录中的应用程序。
默认情况下会部署以下内容:
- 文档
- 例子
- 主机管理员
- 经理
- 根目录
如果您不需要任何这些默认应用程序或任何其他手动部署的应用程序,请禁用在Tomcat实例中配置的部署应用程序 选项。这将使服务器启动更快,并且会使用更少的内存。
您要找的文档页面是available here,这里是这个选项的官方解释:
The Tomcat configuration files, among other things, may list the applications that should be deployed at the server start. If this check box is selected, all the applications so listed will be deployed on the server in addition to the artifacts specified on the Deployment tab. If the check box is not selected, only the artifacts and the external resources specified on the Deployment tab will be deployed.