How do I update a Tomcat webapp without restarting the entire service?

前端 未结 3 1997
迷失自我
迷失自我 2020-11-28 19:00

I\'m new to Tomcat. We have a dev machine with about 5 apps running. Even though it\'s dev, it\'s used by our clients pretty heavily during testing.

S

3条回答
  •  爱一瞬间的悲伤
    2020-11-28 19:11

    In conf directory of apache tomcat you can find context.xml file. In that edit tag as <Context reloadable="true">. this should solve the issue and you need not restart the server

提交回复
热议问题