从 Jetty 服务器动态添加和删除上下文处理程序
有没有办法从 Jetty 应用程序服务器动态添加或删除上下文处理程序?
Is there any way to dynamically add or remove context handlers from Jetty Application Server ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
部署者机制热部署上下文到码头:
http://wiki.eclipse.org/Jetty/Feature/ContextDeployer
the deployer mechanism hot deploys contexts to jetty:
http://wiki.eclipse.org/Jetty/Feature/ContextDeployer
对于 Jetty 9/10/11:
作为 Jetty 9(嵌入)的补充:在运行时添加处理程序
For Jetty 9/10/11:
As a supplement to Jetty 9 (embedded): Adding handlers during runtime