Table of Contents

Search

  1. Preface
  2. Introduction to Vibe Data Stream 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 VDS Plugin on Windows

Registering or Unregistering a VDS Plugin on Windows

To register or unregister a VDS 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:
    <VDS installation directory>\admind\bin
  2. To register the VDS plug-in with the
    Administrator Daemon
    , run the following command:
    plugin.bat register <zipFile>
    where
    <zipFile>
    is the full path to the VDS plug-in that you want to register.
  3. To unregister the VDS plug-in with the
    Administrator Daemon
    , run the following command:
    plugin.bat unregister <pluginID>
    where
    <pluginID>
    is the ID of the VDS plug-in that you want to unregister.

0 COMMENTS

We’d like to hear from you!