pjvms.1


.\"  $Id: pjvms.1,v 1.5 2001/12/06 16:02:01 eric Exp $
.\"
.\"  Man page for PJVMS - PJVM Server.
.\"
.\"
.\"  $Log: pjvms.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 pjvms 1 "October 23, 2001" "PJVM Server"
.SH "NAME"
pjvms \- Creates JVMs for use with PJVM clients
.SH "SYNOPSIS"
.BI "pjvms [ service | port ]"
.br
.SH "OPTIONS"
.LI "\*Vservice\*0 | \*Vdirectory\*0"
The service name - the default is
.I "pjvms"
- or port number from which to provide PJVM services.
.SH DESCRIPTION
The program
.B pjvms
acts as a server for PJVM services.  The server runs as a
background or daemon process, and accepts connections on the
.I port
provided as an argument.  With each request for a new JVM, PJVMS
launches a subprocess with a new VM and provides a port number through
which that JVM can be accessed.  PJVMS keeps track of all launched VMs.
.SH "SEE ALSO"
.BR manager (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)