Tomcat 7 hangs on Initializing Spring root WebApplicationContext
Setting an answer for this so others know what helped me in this particular situation. Turning on Spring logging allowed me to see that a database connection was in a hung state. Resolving the database issue allowed my application to finish deployment.