Although the configuration script is sufficient to configure the account server for most purposes, you can also configure the server by using the command line.
- #accountServer -f <fileNamePrefix>
- #accountServer -c <namePrefix>
- -ORBInitRef NameService=corbaname::nameServerHostname
For example, to publish the object references to a COS naming server running on server ns.domain.com, configure the account server as follows:
- #accountServer -ORBInitRef NameService=corbaname::ns.domain.com
-c demo/accountServer
- #accountServer -f /var/tmp/accountServer -u <username>