When running LiquidBase inside Debian Linux Tomcat, there is trouble because it cannot write its “.lbdsl” directory in the current working directory set by startup script to /usr/share/tomcat6 which is not writable for tomcat user.
Is there a way to set the path to “.lbdsl” thanks to a system property or another option ?
I guess that directory is typically a temporary one so it would be a good idea to use File.createTempFile.
Thank you in advance for your help
Yves