Set Configuration Flag Values in node.properties
    • 29 Feb 2024
    • 1 Minute to read
    • Contributors
    • PDF

    Set Configuration Flag Values in node.properties

    • PDF

    Article summary

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

    Flags enable you to configure important settings and vary the behavior of various functions in Autoform DM.

    node.properties

    The node.properties file is in the following example location within the Program Files folder:

    ...\Formpipe Software\Autoform DM\[node name]\[wildfly]\standalone\configuration

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

    Note

    All hashed lines are information notes.

    Set a Value

    1. Identify the flag you want to change.

    2. Type the required value for the flag after the = sign.

    3. Save the file.

    4. Restart the relevant Service for Autoform DM.

    Note

    The acceptable values will vary depending on the particular parameter.

    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.

    Remote Search

    The dm.remotesearch.autoshowsingle flag enables you to adjust behaviour for displaying remote search results, when a single result is returned.

    # In remote search, automatically show the document if only one is returned
    
    dm.remotesearch.autoshowsingle=false

    The possible values are true and false.


    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.