What is “Deploy applications configured in Tomcat instance” in IntelliJidea


What is “Deploy applications configured in Tomcat instance” in IntelliJidea
2018年04月24日 20:45:15 daijiguo 閱讀數 1693
This setting controls whether the apps you already have present in TOMCAT_HOME\webapps directory will be deployed when Tomcat is started from IntelliJ IDEA.

By default that would deploy the following:

docs
examples
host-manager
manager
ROOT
If you don’t need any of these default apps or any of your other apps put there manually to be deployed, disable the Deploy applications configured in Tomcat instance option. This will make the server startup faster and it will use less memory.

Documentation page you are looking for is available here, here is the official explanation for this option:

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.

原文:https://stackoverflow.com/questions/45666280/what-is-deploy-applications-configured-in-tomcat-instance-in-intellij-2017-2


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM