![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Most of the examples can be run using the security features of TIBCO ActiveSpaces. To help you get started, an example security policy file and security token file can be found in the /security subdirectory of the examples for each language API.For detailed information on the ActiveSpaces security features, see Chapter 4, Implementing ActiveSpaces Security.To run as-agent as a security domain controller using the example security policy file, change to the example directory that contains example_policy.txt and invoke as-agent as follows:These commands start up as-agent using the default metaspace name of ms. When security is used, the TCP transport must be used. So we have used the loopback IP address of tcp://127.0.0.1 and a port of 50000 for both the discovery and listen URLs. This will keep the network connections on your local machine.If you need to change the metaspace name or discovery URL, you will also need to modify the metaspace name or discovery URL in the metaspace_access entry in the example security policy file and regenerate the example security token file.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |