| How to: | 
If you are upgrading an earlier version of Omni-Patient Management Central (OPMC), unless specified in the release notes, the Screen display templates described in MData.xml and in the [Tomcat_Home]\prodDB.H2.db do not need to be changed.
[Tomcat_Home]\webapps
The following property files should be checked whenever the upgrade includes a new .war file, as shown below.
OmniWorkflow References
| File Name | Folder | 
|---|---|
| Context.xml | Tomcat 7.0\conf | 
| OmniService .xml | Tomcat 7.0\Webapps | 
| iSM Data Providers | (iSM configuration above) | 
Context.xml
<!-- Workflow JNDI DATA SOURCE TOMCAT -->
     <Resource name="jdbc/Omni-WorkflowTomcat" auth="Container"
      type="javax.sql.DataSource" username="iwayadmin" password="cr#ev0Uy"
      
      driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://rhwdb368d\prd_sql_bi_5;databaseName=OmniWorkflow"
	  maxActive="10" maxIdle="10" initialSize="75"/>
<!-- END add for OPMC  -->
                        Sample OmniService.properties
#- Workflow workflow.jdbc.driverClassName=net.sourceforge.jtds.jdbc.Driver workflow.jdbc.url=jdbc:jtds:sqlserver://rhwdb368D/OmniWorkflow; instance=PRD_SQL_BI_5 omni.jdbc.username=iwayadmin omni.jdbc.password=cr#ev0Uy omni.jdbc.tableCreation=none
iSM Data Provider
Connection String: jdbc:sqlserver://rhwdb368d\prd_sql_bi_5;databaseName=OmniWorkflow Found in base.xml Tomcat 7.0/WebApps/RemediationService/WEB-INF/Config/Base