Class | Description |
---|---|
Command |
Command line interface for Apache SIS.
|
ResourcesDownloader |
A provider for data licensed under different terms of use than the Apache license.
|
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.
java -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>If the port number is different than 1099, then it must be specified to the
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:
java org.apache.sis.console.Command about localhost:1099The
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–2017 The Apache Software Foundation. All rights reserved.