Java Reference
In-Depth Information
started; however, if you need to run core Java EE applications on it, you will likely
require at least 1 GB of heap space or up to 2 GB or more depending on your ap-
plication type. Generally speaking, 32-bit machines cannot execute a process whose
space exceeds 2 GB; however, on 64-bit machines, there is essentially no limit to the
process size.
You can verify that the server is reachable from the network by simply pointing your
browser to the application server's welcome page, which is reachable by default at
the well-known address, http://localhost:8080 .
Connecting to the server with the Command Line Interface
If you have been using previous releases of the application server, you might have
heard about the twiddle command-line utility that queried the MBeans installed on
the application server. This utility has been replaced by a more sophisticated inter-
face named the Command Line Interface (CLI) ; it can be found in JBOSS_HOME/
bin .
Just launch the jboss-cli.bat script (or jboss-cli.sh for Linux users), and
you will be able to manage the application server via a shell interface.
Search WWH ::




Custom Search