TIBCO ActiveSpaces HawkAgent - connect as a remote client.

TIBCO ActiveSpaces HawkAgent - connect as a remote client.

book

Article ID: KB0093568

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
TIBCO ActiveSpaces HawkAgent - connect as a remote client.

Issue/Introduction

TIBCO ActiveSpaces HawkAgent - connect as a remote client.

Resolution

Use the discovery URL below to connect with a remote connection:
   -discovery "tcp://<remoteAddress>?remote=true".


For Windows:

// start Seeder (as-agent)
%AS_HOME%\bin\as-agent.exe -remote_listen "tcp://testserver:6000" -member_name "Seeder1"

// start hawkagent
%JAVA_HOME%\bin\java -Djava.ext.dirs="%RV_HOME%/lib;%HAWK_HOME%/lib" -jar as-hawk-agent.jar -hawk_rv_service 7474 -hawk_rv_network ";" -hawk_rv_daemon "tcp:7474" -discovery "tcp://testserver:6000?remote=true"