Enable transports
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
By default, all transports are disabled in the production version of PAS for OpenEdge. On a production instance, nable only those transports you are going to use.
To enable a transport, set the transport
adapterEnabled property to 1 by editing
the openedge.properties file with the
oeprop utility. For example: - Run the proenv utility.
- Navigate to the
/bindirectory of your instance. - Run the
oeproputility to display the transport settings for each of the transports:oeprop.[sh|bat] instance-name.ablwebapp-name.APSV.adapterEnabled oeprop.[sh|bat] instance-name.ablwebapp-name.REST.adapterEnabled oeprop.[sh|bat] instance-name.ablwebapp-name.WEB.adapterEnabled oeprop.[sh|bat] instance-name.ablwebapp-name.SOAP.adapterEnabled - Set the desired transports to
1. All other transports should be set to0. For example:oeprop.[sh|bat] instance-name.ablwebapp-name.transport.adapterEnabled=1 - Restart the instance using the
pasman pasoestartcommand:pasman.[sh|bat] pasoestart -I instance-name -timeout 200