Link
Skip to main content

Remote Tracker Port

Table of contents

  1. What is its function
  2. How to set this value
  3. Default Value
  4. How to use with Docker

What is its function

This option allows you to set the port number that will be used by the functionality that tracks the progress of active conversions. If the port cannot be bound then the progress information of active conversions will be unavailable. This function is controlled by 1 config property.

  1. remoteTracker.port - The port number to be used by the progress tracker

How to set this value

Create the following Java properties file on the server running your app server (if you don’t already have one) {user.home}/.idr/jpedal-microservice/jpedal-microservice.properties

In this file add (or update if the key already exists) the following key and value pair.

  1. remoteTracker.port - This should be a value between 1024 and 49151. The port must not already be in use and the process must have adequate permissions to bind the port. e.g remoteTracker.port=1099

Default Value

When no values are provided or invalid values are provided the following default values are used.

  1. remoteTracker.port=1099

How to use with Docker

In order to provide your own properties file to the Docker image you need to mount the properties file to the image. This is done by adding the following to your docker run command.

--mount "source=/path/to/properties/directory/jpedal-microservice.properties,target=/root/.idr/jpedal-microservice/jpedal-microservice.properties,type=bind"


Why JPedal?

  • Actively developed commercial library with full support and no third party dependencies.
  • Process PDF files up to 3x faster than alternative Java PDF libraries.
  • Simple licensing options and source code access for OEM users.

Learn more about JPedal

Start Your Free Trial


Customer Downloads

Select Download