02-04-2011 04:56 AM
02-04-2011 05:13 AM
<beans … >
<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">
<!– … –>
<property name="databaseSchemaUpdate" value="true" />
<!– … –>
</bean>
</beans>
02-04-2011 07:53 AM
<target name="demo.update"
description="Installs tomcat and update database, deploys webapps"
unless="demo.is.installed">
<echo message="Updating demo" />
<antcall target="build.webapps" />
<antcall target="tomcat.install" />
<antcall target="deploy.activiti.cfg.into.tomcat" />
<antcall target="deploy.activiti.webapps.into.tomcat" />
</target>
02-07-2011 02:58 AM
02-11-2011 07:09 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.