Skip to main content Skip to complementary content
Close announcements banner

Installing the Components Catalog as a service on Windows

Procedure

  1. Download the nssm service wrapper archive file from this website and extract it to the directory of your choice. It holds a service wrapper for Windows.
  2. At the root of the Components Catalog installation directory, put the nssm.exe file corresponding to your operating system.
  3. Open a CMD window in Administrator mode.
  4. Browse to the Components Catalog installation directory and execute the following command:
    nssm.exe install talend-tcomp-${product_version} start.bat
  5. Use the following command to define the location of the start.bat file:
    nssm.exe set talend-tcomp-${product_version} AppDirectory <path_to_start.bat>
  6. Use the following command to define Components Catalog's display name shown in service.msc:
    nssm.exe set talend-tcomp-${product_version} DisplayName Talend Components Catalog Service ${product_version}
  7. Use the following command to define Components Catalog's description:
    nssm.exe set talend-tcomp-${product_version} Description Talend Components Catalog Service ${product_version}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!