manager.1


.\"  $Id: manager.1,v 1.5 2001/12/06 16:02:01 eric Exp $
.\"
.\"  Man page for PJVM Manager - PJVM Local Server.
.\"
.\"
.\"  $Log: manager.1,v $
.\"  Revision 1.5  2001/12/06 16:02:01  eric
.\"  Added reference to instantiate(1)
.\"
.\"  Revision 1.4  2001/11/27 22:09:39  eric
.\"  Added reference to listobjects(1)
.\"
.\"  Revision 1.3  2001/11/04 05:28:05  eric
.\"  Added listmethods
.\"
.\"  Revision 1.2  2001/10/31 00:33:29  eric
.\"  Formatting Revisions
.\"
.\"
.TH manager 1 "October 23, 2001" "PJVM Local Server"
.SH "NAME"
manager \- Coordinates access to remote PJVM Servers
.SH "SYNOPSIS"
.BI "manager [" options ]
.sp
Options:
.BI "[\-h " host ]
.BI "[\-s " remote\ service ]
.BI "[\-l " local\ service ]
.br
.SH DESCRIPTION
The program
.B manager
acts as an intermediary between local PJVM utilities and remote JVMs under
the control of
.BR "pjvms" .
The local manager connects to
.B pjvms
remotely, and then forwards all requests to either the remote
PJVM Server, or directly to a remote JVM, depending on the command.
.SH OPTIONS
.TP
.BI "\-h " host
The host on which the PJVM Server
is running.  If this is a remote
server, specify a hostname.  Default is
.BR "localhost" .
.TP
.BI "\-s " remote\ service
The port number or service name at which a PJVM Server
can be contacted on the
.B hostname
specified.  Default is
.BR "pjvms" .
.TP
.BI "\-l " local\ service
The port number or service name at which
.B manager
can be contacted by client utilities.  Default is
.BR "pjvmmanager" .
.SH "SEE ALSO"
.BR pjvms (1),
.BR requestjvm (1),
.BR listjvm (1),
.BR killjvm (1),
.BR loadclass (1),
.BR listclass (1),
.BR listconstructors (1),
.BR listmethods (1),
.BR listobjects (1),
.BR instantiate (1)