Try OpenEdge Now
skip to main content
Administration Guide
WebSpeed configuration and management : Configuring openedge.properties
 

Configuring openedge.properties

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:
[oepas1.ROOT.WEB]
adapterEnabled=1
defaultCookieDomain=
defaultCookiePath=
defaultHandler=OpenEdge.Web.CompatibilityHandler
srvrDebug=0
You can find help that explains these parameters and their settings in $CATALINA_BASE/conf/openedge.properties.README