VirtualServer
. This property must specify a valid URI in order for the virtual servers within a site to receive forwarded requests. A
is the only addressable unit for forwarded requests. A
must provide connection strings so that a remote server can connect to it. You supply this connection information in the EJBForwardingEndpoint property. If this property is empty, it is assumed that the administrator does not want the
to accept forwarded requests. Request forwarding will not occur even if the
is configured to accept forwarded requests via its CanAcceptForwardedRequests property.
The following are URI examples for the specified application server environments (host name can be specified as the name or IP address):
- WebLogic -
"t3://10.15.14.28:7001/FileNet/Engine" - Websphere -
"iiop://localhost:2809/FileNet/Engine" - JBoss -
"Jnp://localhost:1099/FileNet/Engine"
The maximum length of the URI string is 2083 characters.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property EJBForwardingEndpoint As String |
C# |
---|
string EJBForwardingEndpoint { get; set; } |
C++ |
---|
property string EJBForwardingEndpoint abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_EJBForwardingEndpoint(); /** property */ public void set_EJBForwardingEndpoint(string value); |
JScript |
---|
public function get EJBForwardingEndpoint() : String public function set EJBForwardingEndpoint(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ