Prev | Next

TOC | Index

J2EETM Developer's Guide
Running the J2EE Tools


J2EE Server

To launch the J2EE server, run the j2ee script from the command-line prompt. The following table describes the j2ee script's options:

TABLE 10-2 Options of the j2ee Script

Option

Description

-verbose Redirects all logging output to the current shell.
-version Displays the version number.
-stop Stops the J2EE server.
-singleVM Runs services and deployed enterprise beans in a single process.
This mode is the default. You'll probably want to use this mode
when debugging your applications because debugging multiple
processes can be difficult.
-multiVM Launches an additional VM (virtual machine) for each
application that you deploy. Also launches separate VMs for the
EJB and HTTP services. This option may improve performance
but it will increase memory usage.

To run the HTTPS service of the J2EE server, you must install a server certificate. For instructions, see the section "Setting Up a Server Certificate".



Prev | Next

TOC | Index


Copyright © 2000 Sun Microsystems, Inc. All rights reserved.