03-21-2006 03:37 PM
03-22-2006 04:28 AM
<bean id="repository-properties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders">
<value>true</value>
</property>
<property name="locations">
<list>
<value>classpath:alfresco/repository.properties</value>
<value>classpath:alfresco/version.properties</value>
<value>classpath:alfresco/domain/transaction.properties</value>
<value>file:/etc/alfresco/config/repository.properties</value> <!– override core properties –>
</list>
</property>
</bean>
dir.root=/srv/alfresco/data
03-23-2006 03:08 PM
03-23-2006 05:01 PM
03-23-2006 05:47 PM
03-23-2006 06:32 PM
03-23-2006 06:56 PM
03-24-2006 01:50 AM
03-24-2006 03:26 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– overriding to point to custom properties –>
<bean id="repository-properties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders">
<value>true</value>
</property>
<property name="locations">
<list>
<value>classpath:alfresco/repository.properties</value>
<value>classpath:alfresco/version.properties</value>
<value>classpath:alfresco/domain/transaction.properties</value>
<value>file:/etc/alfresco/config/repository.properties</value>
</list>
</property>
</bean>
</beans>
<value>file:c:/my-alfresco-config/repository.properties</value>
03-26-2006 11:04 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.