The J2EETM Tutorial
Home
TOC
PREV TOC NEXT Search
Feedback

J2EE Server

To launch the J2EE server, run the j2ee script from the command-line prompt.

Table 43 j2ee Options 
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.

Home
TOC
PREV TOC NEXT Search
Feedback