Physician Finder project Import project in Eclipse Import -> Maven -> Existing Maven projects Browse -> ... Finish Run project Run -> Run configurations Maven Build -> New launch configuration Name: pf Base directory: ${workspace_loc:/PhysicianFinder} Goals: tomcat7:run Profiles: pom.xml Run (this saves the configuration) MySQL Settings (in data-access.properties) jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/pf?useUnicode=true&characterEncoding=UTF-8 jdbc.username=root jdbc.password=admin