/CodeFury

Primary LanguageCSS

Introduction

The system automates the procedure of booking a meeting room in a Company. Employees can search and book a meeting room based on their requirements.

Prerequisite

Attachments (Present In Project)

Required for project execution

  • Derby.jar : Contains java classes which are required to perform database operations.
  • commons-fileupload-1.3: Contains java classes which are required to perform file opeations.
  • commons-io-2.2 : Contains java classes which are required to perform file operations.

How to import this project into your System:

  1. Clone project from git.

  2. Import in Spring Tool Suite as an existing Maven project.

Configuration of Project

Right click on the project --> Build path --> Configure build path--> Order and Export--> Check unchecked checkboxes--> Apply and Close.

Configuration of Apache Tomcat Server

Go to the Window tab --> Show view --> Others --> Search Server --> Server--> Apache --> Tomcat v9.0 server

Configuration of External .jar files

The .jar files mentioned above will be present in Web-INF/lib folder. Kindly add them to the build path.

Referesh and clean the project.

Connection to Derby database

  1. Open directory where you have installed Derby.

  2. bin -> Open "ij.bat" file.

  3. dump.sql file is present in application/meetingRooms/src/main/web-app. All required tables and data are provided in dump.sql, copy everything from dump.sql and paste in console of "ij.bat".

  4. Now application is ready to use.

Note

  • Clean the Tomcat work directory before starting the Tomcat v9.0 Server.
  • Derby ij shell should be terminated before running the index.jsp file because Derby doesn’t support concurrent instances of connection.