Final project for a Java class taken in 2019.
- Ensure the specified version for tomcat has been installed and configured on Eclipse.
- Ensure jres are properly configured
- Ensure port numbers denoted are available for use.
- To start up the server, run ServerDriver.java in the KBBServer package.
- Startup tomcat ensuring Tomcat has a specified port number and HTTPS port.
- Run the index.html from the KBBServer package on tomcat server.
- https://tomcat.apache.org/
- https://www.javahelps.com/2015/03/install-apache-tomcat-on-ubuntu.html
- https://crunchify.com/step-by-step-guide-to-setup-and-install-apache-tomcat-server-in-eclipse-development-environment-ide/
- https://linuxize.com/post/how-to-create-users-in-linux-using-the-useradd-command/
- Webprogramming File Structure: https://stackoverflow.com/questions/12902339/eclipse-dynamic-web-project-file-locations
- Pushing to newly created git-repo from existing local-repo: https://stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to-remote
- ClientDriver of KBBClient package is currently broken