JBoss 6 中的 Web 容器和其他查询
JBoss 6 中的默认 Web 容器是什么?如果我读到的内容是正确的,那么这个问题的答案应该是 JBoss Web(基于 Apache Tomcat 的自定义构建的 Web 容器)。
我对 JBoss 6 完全支持 Servlet 3.0 规范的理解是否正确?
我想让部署在我的 JBoss 6 机器上的 Web 应用程序可供我的网络 (LAN) 上的其他机器访问。我该怎么做?传递 -b 0.0.0.0 作为开始参数就足够了吗?如果我想让我的应用程序可以在整个互联网上访问(我并不是真的想这样做,但我有兴趣知道如何实现),该怎么办?
What is the default web container in JBoss 6? If what I read was correct, the answer to this question should be JBoss Web (the custom built web container based on Apache Tomcat).
Am I correct in understanding that JBoss 6 completely supports the Servlet 3.0 specification?
I want to make my web application deployed on my machine in JBoss 6 accessible to other machines on my network (LAN). How can I do this? Will passing -b 0.0.0.0 as a start argument suffice? What if I want to make my application accessible all over the internet (I don't really want to do this, but I am interested in knowing how)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是
是
是,-b 0.0.0.0 -- 整个互联网:让您的路由器将端口 80 或 8080 转发到您运行 AS 6 的计算机
yes
yes since milestone 2
yes, -b 0.0.0.0 -- all over the internet: have your router forward port 80 or 8080 to your machine running AS 6