Documentation Index

Fetch the complete documentation index at: https://kb.lasernetgroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Set Configuration Flag Values in node.properties

Prev Next

This page explains how to set configuration flag values in the node.properties Keep configuration file.

Configuration flags enable you to configure important Keep system settings and vary the behavior of various Keep functions.

node.properties

The node.properties file is in the \standalone\configuration\ area of the Keep installation directory.

Example File Paths

Lasernet Keep 11.1 and Later

Default path to the node.properties file:
C:\Program Files\Lasernet\Lasernet Keep\Server_11.<minor version> - <node name>\wildfly-<version number>.Final\standalone\configuration\.

Appropriately substitute <minor version> , <node name> and <version number>.

Lasernet Keep 11.0

Default path to the node.properties file:
C:\Program Files\Formpipe Software\Lasernet Keep\Server_11.0 - <node name>\wildfly-<version number>.Final\standalone\configuration\.

Appropriately substitute <node name> and <version number>.

File Contents

The node.properties file contains many configuration flags, which are grouped by function.

Note

Lines that begin with a # (hash) are “commented out”. This is because they are information notes or contain a configuration flag that your Keep system is not currently using.

Set a Value

  1. Identify the flag you want to change.

  2. Remove the # from the start of the flag’s line to uncomment it.

  3. Type the value for the flag after the = sign.

    Note

    Acceptable values for the flags in the file vary depending on the flag.

  4. Save the file.

  5. Restart the relevant Keep node’s Windows service.

Examples

Change Ports

The jboss.http.port and jboss.https.port flags enable you to define the HTTP and HTTPS port numbers, respectively.

# The HTTP and HTTPS ports.

# Port offsets are applied to these values

jboss.http.port=8000

jboss.https.port=443

Note

Valid port numbers are 0 to 65353. However, port numbers from 0 to 1023 are reserved for common TCP/IP applications.

Warning

Ensure that the chosen port numbers are not already assigned to other applications.

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com