Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Collaborati Setup

Set up the scheduled sync between Lawtrac and Collaborati.

To ensure a successful synchronization between Collaborati and Lawtrac 4.3, users must ensure certain property values within ColdFusion Administrator. New Collaborati clients will need to manually configure their scheduled task URL. See Scheduled Task URL Setup for more information.

Follow the steps below to run a change directory command for both Collaborati certificates.

  1. In the ColdFusion Administrator sidebar, select Server Settings.
  2. Select Settings.
    Server Settings Menu
  3. Locate the property titled "Prefix serialized JSON with" and make sure the box is not checked.Prefix serialized JSON box is not checked.
  4. Open a command prompt and use the cd command (change directory) into the\jre\bin folder located in your ColdFusion installation directory.
  5. Click Submit Changes to confirm.

The next portion of the set-up covers how to download the Collaborati certificates and use a key tool to import CACERTS within the ColdFusion installation.

The default password for the CACERTS keystore is "changeit".

  1. In an open Internet browser, go to https://help.teamconnect.com/SSL.
  2. Click the link provided in Step 1 on the CSM Administrators: SSL Certifications form.
  3. Open the wildcard.collaborati.net.zipand download all files contained within, starting withgd_bundle-g2-g1.crt.
  4. Open the command prompt located in coldfusion/jre/bin and run the following command:
    keytool -import -v -trustcacerts -alias collaborati -file C:\path\to\your\cert.cer -
    keystore F:\coldfusion\jre\lib\security\cacerts 


    The command prompt transfers the wildcard.collaborati.net.zip files to the application server where your ColdFusion application is stored. The files will be kept in the jre/lib/security folder.
  5. Type "Y" to trust both certificates and add them to the keystore. Press [Enter] on your keyboard.
  6. Restart the ColdFusion Administrator.

 

Scheduled Task URL Setup

For new Collaborati clients, Scheduled Task URL must be manually set following these steps:

  1. Log into Lawtrac and navigate to My Lawtrac > Application Administration > Application & Database > Scheduled Tasks.
     
  2. Click Add New Scheduled Task.
     
  3. Add a New Scheduled Task, by providing a name, start and end date, time, interval and set the URL to: 'http://localhost:8500/YourLawtracVer...boratiSync.cfm’. For example, a Lawtrac 4.3 user would enter: http://localhost:8500/Lawtrac43/Init...boratiSync.cfm
     
  4. Click on the Save button and test the Collaborati Sync by clicking the Run Now button.
    InstallationGuide_ScheduledTask2.png

 

For existing Collaborati clients, Scheduled task URL must be manually updated to a new URL. 

  1. Log into Lawtrac. Navigate to My Lawtrac > Application Administration > Application & Database > Scheduled Tasks.
     
  2. Update the existing Collaborati Sync to http://localhost:8500/YourLawtracVer...boratiSync.cfm in the URL field. For example, a Lawtrac 4.3 user would enter http://localhost:8500/43/Nightly/Ini...boratiSync.cfm.
     
  3. Click on the Save button and test the Collaborati Sync by clicking on the Run Now button.
    InstallationGuide_ScheduledTaskSetup1.png
  • Was this article helpful?