How to unpackage and repackage a WAR file

后端 未结 8 1076

I have a WAR file. I would like to open it, edit an XML file, remove some jars and then re-package it.

I used WINRAR to open the WAR file and I removed some Jars and

8条回答
  •  爱一瞬间的悲伤
    2020-12-02 13:05

    no need to that, tomcat naturally extract the war file into a folder of the same name. you simply modify the desired file inside that folder (including .xml configuration files), that's all. technically no need to restart tomcat after applying the modifications

提交回复
热议问题