Class | Description |
---|---|
Command |
Command line interface for Apache SIS.
|
Exception | Description |
---|---|
InvalidCommandException |
Thrown when a unknown command has been given by the user on the command-line.
|
InvalidOptionException |
Thrown when an illegal option has been given by the user on the command-line.
|
Command
for the list of supported commands.
If the port number is different than 1099, then it must be specified to thejava -Dcom.sun.management.jmxremote.port=1099 \ -Dcom.sun.management.jmxremote.authenticate=false \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.local.only=true \ <other options>
sis
subcommand after the host name. For example if the port number has been set to 9999, then the
about
sub-command shall be invoked as below:
Thejava org.apache.sis.console.Command about localhost:9999
com.sun.management.jmxremote.local.only
property is recommended if the remote JVM is an other
JVM instance running on the local machine. Otherwise this property can be omitted for debugging purpose.
For production environment, see the security settings documented on the
Monitoring
and Management Using JMX Technology page.Defined in the sis-console
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.