I have a webapp I am trying to deploy to AWS in a tomcat setup. It's a single paged application that runs from an index.html page located something like this:
http://example.com/resources/index.html
How do I make it so when someone accesses my server at example.com
they get redirected to https and all they see in the address bar is example.com
rather than the .../resources/index.html
?