This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How to access Jboss AS through URL without specifying poxijia_chen Jun 28, 2006 2:14 PM (in response to xijia_chen)I just tried an port forwarding approach. 
 it works for me.
 run one linux command as root
 to forward port 443 -> 8443 ,
 /sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -d 192.168.x.x -j DNAT --to 192.168.x.x:8443
 The credit goes to http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingPortForwardingWithJBoss
