Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找使用 Jetty 6 进行热部署的方法。就我而言,我必须对 jar 进行热部署。使用配置如何指定 jar 文件的热部署。
指定它将查找上下文文件中的更改。那么要重新部署,我们是否需要更改上下文文件?
在 jetty 6 中热部署一个 webapp,在 jetty.home/contexts 下设置一个指向它的上下文文件,然后简单地
$ 触摸上下文.xml