Hide Forgot
There is a setting that allows you to specify the default application on the server, so that connecting to skynet.bne.redhat.com:8080 will take you to that application, rather than the server splash page. Can we set that for Skynet, so that users can connect with skynet.bne.redhat.com:8080? There is also an apache redirect that can redirect users from port 80 to a custom port, so we can make it so that users can connect with simply: http://skynet.bne.redhat.com. Can we set that up as well?
Here's the Apache rewrite stuff: http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html Add this line to /etc/httpd/httpd.conf Redirect permanent / https://skynet.bne.redhat.com:8443
Here's something on making Skynet the default app for the server: https://community.jboss.org/thread/87803
AS7 uses Tomcat (or JBoss Web, which is a fork of Tomcat) http://docs.jboss.org/jbossweb/7.0.x/
In that case, maybe this one: http://benhutchison.wordpress.com/2008/07/30/how-to-configure-tomcat-root-context/
This can be done by setting the "enable-welcome-root" attribute to false and then adding the line: <context-root>/</context-root> to the jboss-web.xml file. That last part might be able to be set by seam or soem other mechanism, I'm not really sure but I've tested the above way and it works locally.
I forgot to mention the "enable-welcome-root" attribute is in the server XML configuration file.
I've set up Apache redirection on the server. You can now access the production instance of Skynet with the url: http://skynet.bne.redhat.com