The PAS manager properties (pasmgr.properties) file is a key component of the AdminServer configuration in OpenEdge Management. It defines properties for managing the PAS for OpenEdge instances, including connection settings, authentication, and server behavior.

Understanding these properties and their default values is essential for secure and efficient integration of AdminServer and PAS for OpenEdge instance with OpenEdge Management.

This file is automatically populated with information from OpenEdge Management, and contains default instance data. When AdminServer or OpenEdge Management detects any PAS for OpenEdge instance data, that data gets added to the pasmgr.properties file.

The following table lists the pasmgr.properties properties, along with their descriptions, and default values:

Property Description Default value
directory Specifies the directory path for the PAS for OpenEdge instance. N/A
displayName Specifies the display name for the PAS for OpenEdge instance, shown in the management console. N/A
location Specifies if the PAS for OpenEdge instance is local or remote. local
noHostVerify

Specifies whether to skip hostname validation in the URL of the PAS for OpenEdge instance that is configured for secure communication.

false
connectionRequestTimeout Specifies the maximum time, in milliseconds, allowed to establish connection with a PAS for OpenEdge instance. 20000
mgrUrl

Specifies the URL for the manager application. It overrides the default

CATALINA_BASE manager URL with the format: {http|https}://<host>:<port>/<mgr-app>
https://localhost:8990/oemanager
tomcatMgrUserName

Specifies the user name of the Tomcat Web application that hosts the PAS for OpenEdge instance. If you are using the Tomcat Web server shipped with OpenEdge, then the default user name is tomcat. You can also specify your own user name other than the default one, and it is stored in the tomcat-users.xml file.

tomcat
tomcatMgrPassword

Specifies the password of the Tomcat Web application that hosts the PAS for OpenEdge instance. If you are using the Tomcat Web server shipped with OpenEdge, then the default password is tomcat. You can also specify your own login password other than the default password, and it is stored in the tomcat-users.xml file.

tomcat
tomcatServerAuth Enables or disables Tomcat server authentication. Set the value to 1 to enable authentication or 2 to disable it. 1
webPassword Specifies the password of manager application used for administering the PAS for OpenEdge instance. N/A
socketTimeout Specifies maximum time, in milliseconds, allowed for socket operations with a PAS for OpenEdge instance before a timeout occurs. 20000
enableVerboseLogs Enables verbose logs for troubleshooting the PAS for OpenEdge instance. false
instanceStartupTimeout

Specifies maximum time, in seconds, allowed for a PAS for OpenEdge instance to start before a timeout occurs.

120
requestTimeout

Specifies the maximum wait time, in milliseconds, allowed for establishing a connection to a PAS for OpenEdge instance before a timeout occurs.

60000
webUserName Specifies the user name of OpenEdge manager used for administering the PAS for OpenEdge instance. N/A
connectTimeout

Specifies the maximum time, in milliseconds, that the PAS for OpenEdge waits after establishing a client HTTP/HTTPS connection until the URI is received. The minimum allowed value is 1000.

20000
description

Specifies description for the connection configuration of the PAS for OpenEdge instance.

N/A
mgrEnabled Enables or disables PAS for OpenEdge instance integration with the manager application. Set the value to true to enable integration or false to disable it. true
autostart

Specifies whether the PAS for OpenEdge instance should automatically start whenever the AdminServer is started.

false
name Specifies the name of the PAS for OpenEdge instance. N/A
webServerAuth Enables web server authentication for PAS for OpenEdge instance. 1
SSLEnabledProtocols Specifies SSL/TLS protocols for secure communication. TLSv1.2 and TLSv1.3
SSLEnabledCiphersuites
Specifies comma-separated cipher suite values in the SSL-enabled cipher suites to manually set them. By default, OpenEdge Management and OpenEdge Explorer support all the cipher suites that are provided by the SSL implementation of the Java Secure Socket Extension (JSSE).
Note: This property appears when you update the PAS for OpenEdge instance from OpenEdge Management.
N/A