JBoss 6 中的 Web 容器和其他查询

发布于 2024-10-27 20:58:48 字数 330 浏览 0 评论 0原文

  1. JBoss 6 中的默认 Web 容器是什么?如果我读到的内容是正确的,那么这个问题的答案应该是 JBoss Web(基于 Apache Tomcat 的自定义构建的 Web 容器)。

  2. 我对 JBoss 6 完全支持 Servlet 3.0 规范的理解是否正确?

  3. 我想让部署在我的 JBoss 6 机器上的 Web 应用程序可供我的网络 (LAN) 上的其他机器访问。我该怎么做?传递 -b 0.0.0.0 作为开始参数就足够了吗?如果我想让我的应用程序可以在整个互联网上访问(我并不是真的想这样做,但我有兴趣知道如何实现),该怎么办?

  1. 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).

  2. Am I correct in understanding that JBoss 6 completely supports the Servlet 3.0 specification?

  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仲春光 2024-11-03 20:58:48
  1. 是,-b 0.0.0.0 -- 整个互联网:让您的路由器将端口 80 或 8080 转发到您运行 AS 6 的计算机

  1. yes

  2. yes since milestone 2

  3. yes, -b 0.0.0.0 -- all over the internet: have your router forward port 80 or 8080 to your machine running AS 6

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文