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.
- 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.
-
Clone project from git.
-
Import in Spring Tool Suite as an existing Maven project.
Right click on the project --> Build path --> Configure build path--> Order and Export--> Check unchecked checkboxes--> Apply and Close.
Go to the Window tab --> Show view --> Others --> Search Server --> Server--> Apache --> Tomcat v9.0 server
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.
-
Open directory where you have installed Derby.
-
bin -> Open "ij.bat" file.
-
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".
-
Now application is ready to use.
- 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.