-
Notifications
You must be signed in to change notification settings - Fork 53
Tomcat setup
f43nd1r edited this page Jul 28, 2020
·
2 revisions
This guide assumes you already have tomcat set up.
- Find the home directory of the user running the webserver (e.g.
getent passwd tomcat8
returnsusr/share/tomcat8
as home directory of mytomcat8
user) - Create a folder named
.config/acrarium
in this directory (e.g./usr/share/tomcat8/.config/acrarium
) - Create a file named
application.properties
in that directory (e.g./usr/share/tomcat8/.config/acrarium/application.properties
)
See database setup.
Download the latest release war
, then deploy it to tomcat and start it.