summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/giop/NamingService.txt
blob: f57e4ac66a778c77c15c6da0a65eea576e55ae20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Copyright 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Please report bugs at http://www.gnu.org/software/classpath/bugs.html

GNU Classpath GIOP naming service, usage: NameService <options>

 where <options> includes:
* -org.omg.CORBA.ORBInitialPort NNN or
* -ORBInitialPort NNN                   - specifies the port, on that the 
                                          service must be started. If this key
                                          is not specified, the service starts
                                          at the port 900.
   
* -ior FILE_NAME                        - store the IOR reference to this naming 
                                          service to the specified file. The
                                          IOR reference contains enough 
                                          information to locate the service
                                          on the web.