- Print
- PDF
Set Configuration Flag Values in node.properties
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
Identify the flag you want to change.
Type the required value for the flag after the
=
sign.Save the file.
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
.