From the output, I get;
INFO: Deploying web application directory C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\manager
What I need it to deploy is "root", and not "manager". After researching the topic and looking through IntelliJ's tutorials, I can't seem to figure out how to accomplish this. This is my first attempt at a web app, so I apologize if I am overlooking something trivial.
I am also using Tomcat 7 as my application server.