![]() |
Use this task to register a CORBA server in the implementation repository. To register a CORBA server in the implementation repository, you need to identify the server's alias, the server application program, and the server object implementation class (servant) that the server implements. The information registered is used to activate the server process when the server is started, and thereafter to help clients to find the server that supports servants that they want to use.
To register a CORBA server in the implementation repository, you use the regimpl utility, as follows:
regimpl -A -i server_alias -p server_application -t SOMD_TCPIP
Where
[Windows] The program name has the form program.exe.
[Unix] The program name has the form program.
This task results in the implementation repository containing an entry for the server and the server object implementation class that it supports.
For example, for a server object implemetation class called WSLogger, supported by the server application WSLoggerServer, you would use the following regimpl commands:regimpl -A -i WSLoggerServer
This task is one step of the parent task, Developing a CORBA server.
Related tasks... | |
Parent: Developing a CORBA server | |
Related concepts... | |
The CORBA programming model | |
The CORBA server programming model | |