EJB Environment Definitions (Magic xpa 2.x)
This setting, in the form of a string, indicates the enterprise servers with which the EJB can connect. Each name, delimited by ‘,’ references a URL resource.
Syntax:
|
MAGICURL1[,MAGICURL2..]
|
Default:
|
MAGICURL1
|
This setting, in the form of a string, indicates the name of the Magic xpa application with which the EJB should connect.
Syntax:
|
(name of the application)
|
This setting, which is numeric, determines the time, in seconds, to allow for connecting, sending or receiving requests between the EJB & the enterprise server. The Timeout setting does not include the time spent in executing the request.
Syntax:
|
nnn (<=0 is handled using the default value)
|
Default:
|
10
|
This setting, which is a boolean value, lets you control whether to pass an EJB-request credential to the Magic xpa enterprise server. See also EJB-Request Credentials.
Syntax:
|
java.lang.Boolean type (true or false
|
Default:
|
true
|