I'm using Elastic Beanstalk with Tomcat7 to host a Spring MVC application and need to have the container respect a context path rather than deploying as the ROOT project.
What is the accepted way to accomplish this using Beanstalk? We use the maven plugin below to automate the deploy process:
http://beanstalker.ingenieux.com.br/