08-24-2009 12:23 PM
<bean id="configuration" class="org.alfresco.deployment.config.Configuration"
init-method="init">
<property name="dataDirectory">
<value>${dep.datadir}</value>
</property>
<property name="logDirectory">
<value>${dep.logdir}</value>
</property>
<property name="metaDataDirectory">
<value>${dep.metadatadir}</value>
</property>
<!– Target Configuration. Modify for your site. –>
<property name="targetData">
<map>
<entry key="MYWEBSITE">
<map>
<entry key="root"><value>/appdeploy/MYWEBSITE</value></entry>
<entry key="user"><value>admin</value></entry>
<entry key="password"><value>admin</value></entry>
<entry key="autoFix"><value>true</value></entry>
</map>
</entry>
…
08-24-2009 12:28 PM
08-24-2009 12:56 PM
To define more targets follow the pattern of default-target.xml. There are two steps involved a) definition of your target and
b) registration of your target with the deployment engine.
<bean class="org.alfresco.deployment.impl.server.DeploymentTargetRegistrationBean"
init-method="register">
…
</bean>
08-24-2009 05:49 PM
08-25-2009 06:18 AM
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.