I finally got a simple grails app deployed and running on AWS EC2 instance with Tomcat7. How do I configure Apache and/or Tomcat so the app would be accessible from the following URL:
http://107.20.253.141/
as opposed to how I have to access it now at:
http://107.20.253.141/Grails2Test-0.1/
I didn't have to specify port 8080 either so the two are working together nicely.