Workflow Manual / Version 2406.0
Table Of ContentsIn addition to the general configuration possibilities as described in the [Developer Manual] you can configure the workflow system with the following files:
workflowclient.properties
This file contains the general configuration of a workflow client.
capclient.properties
This file contains the configuration how the Workflow Server connects to the Content Management Server
sql.properties
This file contains the database configuration for the Workflow Server. The configured database must match the one of the Content Management Server. See the Content Server Manual for details.
Note that Workflow Server properties can be overridden in the file
application.properties
or via JNDI. Configuration via JNDI enables you to
leave the WAR files untouched and for example define properties in the
context.xml
of the Tomcat installation. For details please consult the
[Developer Manual].