Connecting to metaspace using as-admin as a remote client.

Connecting to metaspace using as-admin as a remote client.

book

Article ID: KB0090517

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
Description:
===========
How to connect to metaspace using as-admin as a remote client.

Environment:
===========
TIBCO ActiveSpaces 2.x
All Operating Systems

Resolution:
========
For an application to connect to a metaspace as a remote client, it needs to pass a Discovery URL of the format:

tcp://ip:port?remote=true.

To be able to connect as as-admin it is required to create a command file with the connect details (? opens the as-admin help) and start as-admin using "java -jar as-admin.jar -i &ltcommandFile>".

e.g.

- Contents of file "connectRemoteAdmin.txt"
#############################################################
connect name "agent3" discovery  "tcp://172.31.8.189:50003?remote=true"
#############################################################

- start as-admin:
java -jar as-admin.jar -i connectRemoteAdmin.txt

Issue/Introduction

Connecting to metaspace using as-admin as a remote client.