Try OpenEdge Now
Java Open Clients
Accessing Proxy Properties
:
Setting properties on the command line
Setting properties on the command line
You can set any global property on the command line you use to run your Java client application. Use the following syntax:
Syntax
-D
propertyname
=
value
For example:
-DPROGRESS.Session.initialConnections = 5
For a list of the properties you can set on the command line, see
Alphabeticallisting of properties
.