简体   繁体   English

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

[英]Web container in JBoss 6 and other queries

  1. What is the default web container in JBoss 6? JBoss 6中的默认Web容器是什么? If what I read was correct, the answer to this question should be JBoss Web (the custom built web container based on Apache Tomcat). 如果我读到的内容是正确的,那么这个问题的答案应该是JBoss Web(基于Apache Tomcat的自定义构建的Web容器)。

  2. Am I correct in understanding that JBoss 6 completely supports the Servlet 3.0 specification? 我是否理解JBoss 6完全支持Servlet 3.0规范?

  3. I want to make my web application deployed on my machine in JBoss 6 accessible to other machines on my network (LAN). 我希望在我的机器上部署我的Web应用程序,JBoss 6可以访问我的网络(LAN)上的其他机器。 How can I do this? 我怎样才能做到这一点? Will passing -b 0.0.0.0 as a start argument suffice? 将-b 0.0.0.0作为起始参数传递就足够了吗? 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)? 如果我想让我的应用程序可以通过互联网访问(我真的不想这样做,但我有兴趣了解如何)该怎么办?

  1. yes

  2. yes since milestone 2 是的里程碑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 是的,-b 0.0.0.0 - 遍布互联网:让您的路由器将端口80或8080转发到运行AS 6的计算机

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM