I have resolved the problem of defining virtual hosts in JBoss 4.2.0 GA. The 
steps are:

1-To add a Host section in the server.xml file

2- To put a jboss-web.xml file in the application

3- To launch the JBoss server bound to all addresses an not only to 127.0.0.1
    
    run -b 0.0.0.0 

The steps 1 and 2 were explained in this topic.
The step 3 was explained by Peter Johnson in
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108595

Thanks to all

Maria Consuelo Franky

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097233#4097233

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097233
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to