For linux installations: The application.conf file contains some security information like the jdbc password. So it should not be world readable.
To protect all application.conf files of your snipsnap installation just add the following lines in front of your run.sh file:
for i in `ls -A applications`; do
CONF=applications/$i/webapp/WEB-INF/application.conf
[ -f $CONF ] && chmod o-rwx $CONF
done
What is SnipSnap?
SnipSnap is a free and easy to install weblog and wiki tool written in Java.
Current version: 1.0b3-uttoxeter Try our Web Start Demo!Resources