search

Home  >  Q&A  >  body text

java - IntelliJ IDEA 中部署Tomcat应用存在两个同名应用程序,请问他们有什么区别

IntelliJ IDEA 中部署Tomcat应用存在两个同名应用程序,一个带有exploded,另一个不带,请问他们有什么区别

阿神阿神2818 days ago689

reply all(4)I'll reply

  • PHPz

    PHPz2017-04-17 13:36:01

    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

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 13:36:01

    The great thing about

    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.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:36:01

    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.

    reply
    0
  • PHPz

    PHPz2017-04-17 13:36:01

    It seems that selecting exploded can reload resources that are modified in time during debugging

    reply
    0
  • Cancelreply