A VirtualServer is the only addressable unit for forwarded requests. A VirtualServer 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 VirtualServer to accept forwarded requests. Request forwarding will not occur even if the Site 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://Server1:7001/FileNet/Engine"
- Websphere - "iiop://Server1:2809/FileNet/Engine"
- JBoss - "jnp://Server1:1099/FileNet/Engine"
The maximum length of the URI string is 2083 characters.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property EJBForwardingEndpoint As String |
C# |
---|
string EJBForwardingEndpoint { get; set; } |
Visual C++ |
---|
property String^ EJBForwardingEndpoint { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_ejbForwardingEndpoint(); function set_ejbForwardingEndpoint(value); |
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