Introduction of a port offset will affect all ports used by WSO2 BAM including the management console port (9443) and thrift/Secure thrift ports (7611/7711).
When using embedded Cassandra
For using the embedded Cassandra, which is shipped with the product, the property externalCassandra
must be set to false
.
If you are using the embedded Cassandra, replace the property values including the externalCassandra
property in the following configurations with the values of the external Cassandra connection accordingly.
This property is included within the
configuration
element inWSO2B
AM_CASSANDRA_DATASOURCE
, which is defined in the<PRODUCT_HOME>/repository/conf/bam-datasources.xml
file. For more information on these datasources, see Datasources.Also replace the same property values is in the
<PRODUCT_HOME>/repository/conf/etc/hector-config.xml
file.
When using external Cassandra
For using external Cassandra node(s) while the BAM port has been offset, the property externalCassandra
may be used. Set this property to true
, to ensure that the port offset is not automatically applied to the Cassandra server connection parameters.
If you are using an external Cassandra, replace the property values entered when configuring the Cassandra datasource accordingly in the following configurations.
This property is included within the
configuration
element in theWSO2BAM_UTIL_DATASOURCE
, which is defined in the<PRODUCT_HOME>/repository/conf/bam-datasources.xml
file. For more information on these datasources, see Datasources.Also replace the same property values is in the
<PRODUCT_HOME>/repository/conf/etc/hector-config.xml
file.