开发者

Web container in JBoss 6 and other queries

  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 ma开发者_运维知识库chines 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)?


  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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜