Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.9 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.9 KB

softwareEngineering - Session Management

  • Final project Software Engineering COMP-4960-02 ( Group of 9 )

  • Can create - edit - remove Session from homepage

  • A session may contain speaker name, room information, and time

  • A speaker contain name, day of contact, phone number, and email

  • Set Up

  • Install

    • Install NetBeans

    • Unzip tomcat sever, put it somewhere

    • Go to NetBeans, click tool then add server,

      • Click add server
      • Choose apache tomcat
      • At (Server location), browse to folder tomcat that you just put somewhere
      • Then set username password anything you want (remember these username and password)
      • Then hit finish, then hit close
      • If you run tomcat on mac, and there is a problem can’t execute *sh, open terminal, directory of Catalina.sh chmod 755 *.sh, example /Users/Downloads/apache-tomcat-9.0.40/bin/catalina.sh chmod 755 *.sh
    • Install mysql, remember username and password that you set while installing

  • Configure:

    • Locate DBContext.java in project and edit serverName, dbName, portNumber, userId, password to the same as your database that you just set up.