Academic project for Software Security class. Implementation of access control security feature.
- Diogo Ye
- Tiago Vieira
- Change the
LOCAL_PATH
constant in thesrc/authenticator/AuthenticatorClass.java
to the absolute path of the directory where you cloned the project. mkdir ./web/WEB-INF/classes
- Compile classes by running the following command:
javac -cp "lib/*" -d "web/WEB-INF/classes" @paths.txt
cp -R ./lib ./web/WEB-INF/
- Copy the the
/web
folder to your Tomcat webapps directory. - Run Tomcat.
The pre-defined password for root user is 1234
.