Skip to content

haophan1996/softwareEngineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

software Engineering COMP-4960-02

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published