Is myapp the only application you will be serving? In that case, you need to:
1) Register the URL myapp.dev.xxx.xxx with a domain authority 2) Use port 80 instead of 8080: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=104203 3) Set myapp to be the root context: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126782 If the app server will server multiple applications, you will also need to know about virtual hosts: http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127907 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139771#4139771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139771 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
