Does IntelliJ Ultimate apply JAVA_OPTS when starting Tomcat?
已回答
Hi all,
Does IntelliJ apply JAVA_OPTS (and CATALINA_OPTS) that were defined on the O/S level (e.g. ~/.bash_profile for Mac OS) when starting Tomcat? In other words, how does IntelliJ start tomcat? Does it call Tomcat's shell scripts?
Kind regards,
Christian
请先登录再写评论。
IntelliJ IDEA uses the standard startup/shutdown scripts for Tomcat (can be customized in run/debug configuration, startup/connection tab). System environment variables are not used, but you can specify your own in Environment Variables section).