Externalize Data Source

To define your data source in Apache Tomcat, you must add the following to the context.xml file:

<Resource name="jdbc/Omni-WorkflowTomcat" auth="Container"
type="javax.sql.DataSource" username="sa" password="password"
driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
url="jdbc:sqlserver://localhost:1443;databaseName=OmniWorkflow"
maxActive="10" maxIdle="10" initialSize="75"/>

Note: