I try to deploy an application on Tomcat. The application uses a database. But Tomcat cannot store it, because He tries storing in the root directory of the server, where he has no permission of course, log says:
Error opening database: "Could not save properties /sudoDb.lock.db" [8000-176]
How can I configure Tomcat to store anywhere, that is permitted, eg. TOMCAT_HOME or anywhere else.
thanks for any hint