Starting ASDomainController

Procedure

  • Run the relevant examples to invoke ASDomainController for each of the API sets.

    If you do not start the example from the security subdirectory of the examples, be sure to enter the full path of the example_policy.txt file.

    Java Invocation java security.ASDomainController -discovery tcp://127.0.0.1:50000 -listen 
tcp://127.0.0.1:50000 -security_policy example_policy.txt
    C Invocation ASDomainController -discovery tcp://127.0.0.1:50000 -listen tcp://127.0.0.1:50000 -security_policy example_policy.txt
    .NET Invocation AS_HOME/examples/dotnet/ASDomainController.exe -discovery tcp://127.0.0.1:50000 
-listen tcp://127.0.0.1:50000 -security_policy example_policy.txt
Related concepts