NIHVIVO-2450 combine upload.directory and LuceneSetup.indexDir under vitro.home.directory

This commit is contained in:
j2blake 2011-04-04 16:35:13 +00:00
parent 64a69b9e1e
commit 92d47eabf7
3 changed files with 19 additions and 30 deletions

View file

@ -42,19 +42,10 @@ tomcat.home = /usr/local/tomcat
webapp.name = vivo
#
# The location where the VIVO application will store uploaded files
# (usually images). Be sure this directory exists and is writable by the
# user that the Tomcat service is running as. You should arrange for these
# files to be backed up in some way.
# The location where the VIVO application will store the data that it creates.
# This includes uploaded files (usually images) and the Lucene search index.
#
upload.directory = /usr/local/vivo/data/uploads
#
# The location where the VIVO application will create its Lucene search
# index. Be sure this directory exists and is writable by the
# user that the Tomcat service is running as.
#
LuceneSetup.indexDir = /usr/local/vivo/data/luceneIndex
vitro.home.directory = /usr/local/vivo/data
#
# SMTP host which the "Contact Us" form can use to send mail. If this is left