部署Web服务时的JVM同一 tomcat 上的 Web 门户但端口不同
当我们在 tomcat 服务器上的端口 8080 上部署一些 Web 门户时在另一个端口(例如 8050)上,同一个 tomcat6 服务器上的另一个 Web 服务(通过 server.xml 更改),是否执行 Portal & 操作? Web服务共享相同的JVM???
谢谢!
When we deploy some web portal on say port 8080 on tomcat server & on another port say 8050 another web service on the same tomcat6 server (through server.xml changes), does portal & web service share the same JVM????
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,所有 Web 应用程序共享相同的 JVM。查看此答案以获取更多信息:
tomcat 隔离 webapps
Yes all webapps share the same JVM. Check out this answer for more info:
tomcat isolate webapps