1GRMID(1) GNU GRMID(1)
2
3
4
6 grmid - - RMI activation system daemon
7
9 grmid [OPTIONS]...
10
12 rmiregistry starts a remote object registry on the current host. If no
13 port number is specified, then port 1099 is used.
14
16 Activation process control:
17
18 -port PORT
19 Port on which activation system is to be started.
20
21 -restart
22 Restart activation system, clearing persistent naming database, if
23 any.
24
25 -stop
26 Stop activation system.
27
28 Persistence:
29
30 -persistent
31 Make activation system persistent.
32
33 -directory DIR
34 Directory in which to store persistent data.
35
36 Debugging:
37
38 -verbose
39 Log binding events to standard out.
40
41 Standard options:
42
43 -help
44 Print help text, then exit.
45
46 -version
47 Print version number, then exit.
48
49 -JOPTION
50 Pass argument to the Java runtime.
51
53 java(1), ...
54
55
56
57gcc-4.1.2 2007-09-25 GRMID(1)