Resource Menu


RE : error in startup log. no webinterface
libresourceConfig.propertie:

# Required properties mail.factory.name libresourceConfig mail.factory.type javax.mail.Session

# LibreSource working node libresource.working.node=projects

# custom web properties libresource.web.conf=

# LibreSource url kernel.serverUrl=http://localhost:9000

# cas server url (if cas is local) kernel.authUrl=

# working directories kernel.indexationDataDir=/usr/local/LibreSource/tmp-work/index libresource.distributedFilesystem=/usr/local/LibreSource/tmp-work/files

# Jabber config jabber.server=localhost jabber.username=libresource jabber.password=changeMe

# Subversion configuration subversion.file.generation=false subversion.authz.file.path=$LS_CONFIG_SVN_AUTH_PATH subversion.passwd.file.path=$LS_CONFIG_SVN_PASSWD_PATH subversion.repository.base.path=$LS_CONFIG_SVN_REPOSITORY_BASE_PATH subversion.admin.login=$LS_CONFIG_SVN_ADMIN_LOGIN subversion.admin.password=$LS_CONFIG_SVN_ADMIN_PASSWD

libresourceDS.properties:

datasource.name         libresourceDS
datasource.url          jdbc:postgresql://localhost:5432/libresource
datasource.username     postgres
datasource.password     postgres
datasource.classname    org.postgresql.Driver
datasource.mapper       rdb.postgres

jdbc.connchecklevel 0 jdbc.connmaxage 1440 jdbc.maxopentime 60 jdbc.connteststmt select 1 jdbc.minconpool 2 jdbc.maxconpool 30 jdbc.samplingperiod 30 jdbc.maxwaittime 5 jdbc.maxwaiters 100

posted by dothan at Apr 10, 2008 12:23 PM