Does IntelliJ Ultimate apply JAVA_OPTS when starting Tomcat?

Answered

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 

0
1 comment

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).

0

Please sign in to leave a comment.