appadd Command

Jive Application Addition tool (appadd). Adds a new application configuration and configuration to the standard locations. Optional parameters may be overridden for hosting multiple instances on a physical host however such configurations are not recommended.

appadd [options] name
Short Long Description
  --version Show program's version number and exit.
 -h --help Show help message and exit.
HTTPD Options. Configures the HTTPD integration configuration options.
Short Long Description
  --httpd-addr HTTPD listen address [default 0.0.0.0]
  --vhost Create a virtual host for HTTPD integration as opposed to proxy directives (default is to create proxy directives only). Default: False
  --dedicated-httpd-enable Enable Dedicated HTTPD Server.
  --dedicated-httpd-port=PORT Port to use for dedicated httpd server.
Application Options. Configures general application server options.
Short Long Description
-s PORT --server-port=PORT Application server management port [default 9000]
-j OPT --java-options=OPTS Additional JRE options to use with the Java runtime. 
  --custom-option=OPTS Additional application option to use with the Java runtime.
-c PORT --cluster-port=PORT Multicast cluster port [default 9003]
 -m ADDR --cluster-addr=ADDR Multicast cluster address [224.224.224.224]
  --cluster-jvm-route=ROUTE Cluster JVM Route setting for Apache-based load balancing.
  --cluster-local-port-enable Enable local multicast cluster port [optional].
  --cluster-local-port=PORT Local multicast cluster port [default 9005]
  --cluster-local-addr=ADDR Local multicast address [optional].
  --snmp-enable Enabled SNMP monitoring [optional]
  --snmp-port=PORT SNMP port [optional] [default 10161]
HTTP Options. Configures application server HTTP options.
Short Long Description
-z --http-port Application server http port [default 9001]
  --http-addr=ADDR Application server http listen address [default 127.0.0.1]
AJP Options. Configures application server AJP options.
Short Long Description
-a PORT --ajp-port=PORT Application server ajp port [default 9002]
  --ajp-addr=ADDR Application server ajp listen address [default 127.0.0.1]
-t THREADS --ajp-threads=THREADS Maximum number of application server AJP worker threads [default 50]
-b BYTES --ajp-buffer=BYTES Size in bytes for AJP connection buffers [default 4096]
Application Options. Configures application options.
Short Long Description
-p PATH --context-path=PATH Application context [default \'/\']
  --app-cache-size=BYTES Static cache size in bytes [default 10240 (10M)]
  --app-cache-ttl=MS Static cache TTL in ms [default 10000 (10 minutes)
General Options. General configuration not specific to any subsystem. Most should only be used for testing.
Short Long Description
-v --verbose Be verbose about what actions are being taken. Default: False
-d --debug Show debug information. Default: False
  --source=SOURCE Use the given application template path and not the default in JIVE_HOME. Default: None
  --destination-DEST Output the application to the given path and not the default in JIVE_HOME. Default: None
  --overwrite Overwrite any existing application artifacts. Default: False
  --force Ignore any warnings and proceed, potentially causing conflicts with other applications. Default: False
  --no-link Use copies instead of symlinks when creating the application [default is to link]
  --auto-port Automatically determine ports to use.