jeusadmin

This section describes the jeusadmin and its usage.

jeusadmin is a console tool used to directly manage JEUS. This tool can be used to perform basic management of JEUS servers like startup, termination, and application management including deployment/undeployment, changing logger levels, and checking the JMX Mbean list.

The following is the basic syntax of the commands used in jeusadmin.

COMMAND [COMMAND_OPTIONS]
        [GLOBAL_OPTIONS]
        (>|>>) FILENAME
  • COMMAND

    Command name or alias.

  • COMMAND_OPTIONS

    Command options.

    If a command option includes another command or a blank space, enclose the option by using double quotation marks (" ").

    If the double quotation marks must be used two or more times, use escape characters depending on your OS.

    OS Escape Character

    Linux

    Backslash (\)

    The following is an example.

    [ Linux OS ] jeusadmin -u jeus -p 11111111 -host localhost:9116 "help -g \"Data Source and Connection Pool\""
  • GLOBAL_OPTIONS

    Common options that apply to all commands.

    Option Description

    -verbose

    Outputs the stack trace if an error occurs.

    -repeat <count>

    Number of times to execute the command.

    -interval <seconds>

    Interval for commands to repeat (Unit: sec).

    If this option is used without setting the -repeat option, an error is thrown.

  • (>|>>) FILENAME

    Name of the file in which command execution results are saved.

    Usage:

    offline>help > result.txt
    or
    offline>help >> result.txt