3.10 Step 8: Compile the CORBA Server Application
You use the buildobjserver command to compile and
link C++ server applications. The buildobjserver
command has the following format:
buildobjserver [-o servername] [options]In the buildobjserver command syntax:
-
-oservername represents the name of the server application to be generated by this command. -
optionsrepresents the command-line options to thebuildobjservercommand.
When you create a server application to support multithreading, you must specify the -t option on the buildobjserver command when you build the application. For complete information on creating a server application to support multithreading, see Creating CORBA Server Applications.
Parent topic: Developing Oracle Tuxedo CORBA Applications