Java Reference
In-Depth Information
We have just started an interactive shell session that is also able to use the
command-line completion (by pressing the Tab key) to match partly typed command
names. No more searches are needed for finding the exact syntax of commands!
Note
In the previous screenshot, we have just connected to the server using the con-
nect command; it uses the loopback server address and plugs into port 9999 by
default.
The command-line interface is discussed in depth in Chapter 9 , Managing the Ap-
plication Server , which is all about server-management interfaces; we will, however,
get an initial taste of its basic functionalities in the next sections to get you accus-
tomed to this powerful tool.
Stopping JBoss
Probably the easiest way to stop JBoss is by sending an interrupt signal with Ctrl +
C .
However, if your JBoss process was launched in the background or, rather, is running
on another machine, you can use the CLI interface to issue an immediate shutdown
command:
Search WWH ::




Custom Search