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).
...
- Change the value of the
Offset
property as required in the<PRODUCT_HOME>/repository/conf/carbon.xml
file as follows:<Offset>3</Offset>
- Set the property
externalCassandra
tofalse
in all the datasources defined in the<PRODUCT_HOME>/repository/conf/bam-datasources.xml
file. For more information on these datasources, see Datasources.
...
- Change the value of the Offset property as required in the
<PRODUCT_HOME>/repository/conf/carbon.xml
file as follows: <Offset>3</Offset> Set the
externalCassandra
property totrue
within theconfiguration
element in all the datasources defined in the<PRODUCT_HOME>/repository/conf/bam-datasources.xml
file. For more information on these datasources, see Datasources.Info When using external Cassandra node(s) while the BAM port has been offset, the
externalCassandra
property must be set totrue
, to ensure that the port offset is not automatically applied to the Cassandra server connection parameters.- Replace the property values of the datasource configurations (
hosts, port,username,password
etc.) defined in the datasources of the<PRODUCT_HOME>/repository/conf/bam-datasources.xml
file, with values of the external Cassandra connection accordingly - Replace the same property values is in the
<PRODUCT_HOME>/repository/conf/etc/hector-config.xml
file.