IntelliJ Tomcat Server plugin fails to auto-populate my empty external Tomcat `base` folder

蹲街弑〆低调 提交于 2019-12-01 11:41:23
CrazyCoder

This directory is used to have the configuration that is different from the default Tomcat conf in the root of the server installation.

  1. Copy TOMCAT_HOME/conf into CATALINA_BASE/conf.
  2. Select this new CATALINA_BASE in the IntelliJ Run > Edit Configurations dialog.

This way you can have the same physical installation of the server, but run multiple server instances with different configurations. IntelliJ IDEA expects the pre-configured CATALINA_BASE from you, it will not populate it automatically.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!