I have never used it, but I looked at the picture and guessed it, and I think one should represent the war package, and the other represents the unlocked war package, otherwise you can see that they are a pair below
IntelliJ IDEA is that every time a new WEB project is created, a TOMCAT service will be created independently. In fact, the most commonly used one is the xxxx exploded package, which is actually used when Tomcat is running. For deployed content, another war generally does not find its output location.
The difference is that one is deployed through the war package and the other is deployed after expansion. When deploying a project, generally choose the first one.
I have never used it, but I looked at the picture and guessed it, and I think one should represent the war package, and the other represents the unlocked war package, otherwise you can see that they are a pair below
The great thing about
IntelliJ IDEA
is that every time a new WEB project is created, aTOMCAT
service will be created independently. In fact, the most commonly used one is thexxxx exploded
package, which is actually used whenTomcat
is running. For deployed content, anotherwar
generally does not find its output location.The difference is that one is deployed through the war package and the other is deployed after expansion. When deploying a project, generally choose the first one.
It seems that selecting exploded can reload resources that are modified in time during debugging