In classic WebSpeed, you configure the WebSpeed Transaction Server and define features with environment variables and entries in the ubroker.properties file. In PAS for OpenEdge, the $CATALINA_BASE/conf/openedge.properties file is used instead of ubroker.properties largely replaces environment variables. It is similar in format to ubroker.properties but applies only to a single server instance. That single instance, however, can support a number of connection and session types.
For example, you specify database connections for all deployed Web applications (including WebSpeed) in openedge.properties by setting agentStartupParam parameter with the following syntax:
agentStartupParam=-db dbname[ -db dbname...]
In addition, openedge.properties contains a ROOT.WEB section the applies specifically to WebSpeed support. For example: