I'm using IntelliJ IDEA 15.0.3, Tomcat 8.0.15 and JDK 1.8.0_31
This is an excerpt from C:Program Files (x86)JetBrainsIntelliJ IDEA 15.0.2inidea.properties
:
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system
idea.system.path=D:/dev/IntelliJ-Settings/system
In File
--> Settings...
--> Build, Execution, Deployment
--> Application Servers
I've defined this: (look at Tomcat base directory
)
D:catalina-base-idea
contains the global Tomcat configuration for IntelliJ.
When I deploy my webapp using IntelliJ run configuration, the web app will be deployed to D:devIntelliJ-Settingssystemomcat
(see idea.properties
).
The above explains question 1.
Question 2: afaik, target
is only used for building, not for deploying.
Question 3: there is no manager app within D:devIntelliJ-Settingssystemomcatwebapps
Question 4: logs are within D:devIntelliJ-SettingssystemomcatwebappsyourApp
. The global Tomcat config is located in D:catalina-base-idea
.
You can configure the Tomcat for IntelliJ so that it uses a port other than 8080. So you can start your standard Tomcat and IntelliJ Tomact at the same time.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…