Skip to Main Content
Spotfire Ideas Portal
Status Implemented
Product Spotfire
Created by Guest
Created on May 11, 2016

Add deploy extensions instructions to the Manual

{noformat}
Currently there are no instructions in the Manual to deploy the extensions.
Below are the instructions that was sent to I
-============
You need to do is to copy DLL's from TS Client modules folders to the Automation Services bin directory, and copy assembly full type names from module.xml files to the AS file AddIns.xml.

Example for how to move Custom module content to AS.

1. Open modules.xml for custom module in a text editor. You find the modules.xml file in the folder "\Modules\".
2. Open AddIns.xml for Automation Services in a text editor. You find addins.xml in the folder "\webroot\bin".
3. In modules.xml, find the section .
4. Copy all addIn entries from modules.xml to the AddInRegistry section in AddIns.xml.
5. Notice the very annoying fact that there are some differences in letter cases between modules.xml and AddIns.xml. After copying the addIn entries to AddIns.xml you must replace all occurrences of "addIn fullTypeName" with "AddIn FullTypeName".
6. Below is the example of how the AddIns.xml file should look like this after copying all TSLD addins:

====================================













====================================

7. Copy all DLL's, EXE's and JAR's from the custom modules folder to the AS bin folder.
8. Done.
==================================

{noformat}
Implemented in 7.5
  • Attach files