1OMNIMAPPER(8)               System Manager's Manual              OMNIMAPPER(8)
2
3
4

NAME

6       omniMapper - Simple proxy for CORBA naming service from omniORB
7

SYNOPSIS

9       omniMapper [options]
10

DESCRIPTION

12       This manual page documents briefly the omniMapper command.
13
14       omniMapper  is a simple daemon which listens on port 2809 (or any other
15       port) and redirects IIOP requets for configured object keys to  associ‐
16       ated persistent IORs.  It can be used to make a naming service (even an
17       old non-INS aware version of omniNames or other ORB's  naming  service)
18       appear on port 2809 with the object key NameService.  The same goes for
19       any other service you may wish to specify, such as an interace  reposi‐
20       tory.
21

OPTIONS

23       A  summary  of  options is included below.  For a complete description,
24       see the HTML pages included in the omniorb4-doc package.
25
26       -port port
27              This allows you to choose a port other than 2809 to listen on.
28
29       -config config_file
30              This specifies a  location  for  the  configuration  file.   The
31              default name is /etc/omniMapper.cfg.
32
33       -v     omniMapper  does  not normally print anything; this option makes
34              it verbose so it prints configuration information and  a  record
35              of the redirections it makes to standard output.
36

CONFIGURATION FILE

38       The  configuration file is very simple.  Each line contains a string to
39       be used as an object key, some white space and an  IOR  (or  any  valid
40       URI) that it will redirect that object key to.  Comments should be pre‐
41       fixed with a # character.  For example:
42           # Example omniMapper.cfg
43           NameService         IOR:000f...
44           InterfaceRepository IOR:0100...
45

SEE ALSO

47       omniNames(8).
48       The programs are documented fully by  the  HTML  documentation  in  the
49       omniorb4-doc package.
50

AUTHOR

52       omniMapper was written by Duncan Grisby <duncan@grisby.org>
53
54       This     manual    page    was    written    by    Floris    Bruynooghe
55       <floris.bruynooghe@gmail.com>, for the Debian project (but may be  used
56       by others).
57
58
59
60                                  30 Apr 2007                    OMNIMAPPER(8)
Impressum