Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Registering or Unregistering a EDS Plugin on Windows

Registering or Unregistering a EDS Plugin on Windows

To register or unregister a EDS plug-in on a Windows machine, use the plugin.bat script. Run the script from the Windows command line.
  1. At the Windows command prompt, navigate to the following folder:
    <EDS installation directory>\admind\bin
  2. To register the EDS plug-in with the
    Administrator Daemon
    , run the following command:
    plugin.bat register <zipFile>
    where
    <zipFile>
    is the full path to the EDS plug-in that you want to register.
  3. To unregister the EDS plug-in with the
    Administrator Daemon
    , run the following command:
    plugin.bat unregister <pluginID>
    where
    <pluginID>
    is the ID of the EDS plug-in that you want to unregister.

0 COMMENTS

We’d like to hear from you!