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. |
| Short | Long | Description |
|---|---|---|
| --httpd-addr=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. |
| 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]. | |
| --cluster-name=NAME | Local cluster name [optional]. | |
| --cluster-member=NAME | Local cluster member [optional]. | |
| --snmp-enable | Enabled SNMP monitoring [optional] | |
| --snmp-port=PORT | SNMP port [optional] [default 10161] |
| Short | Long | Description |
|---|---|---|
| -z PORT | --http-port=PORT | Application server http port [default 9001] |
| --http-addr=ADDR | Application server http listen address [default 127.0.0.1] |
| Short | Long | Description |
|---|---|---|
| --http-monitor-port=PORT | Application server http monitor port [default 9002]. | |
| --http-monitor-addr=ADDR | Application server http monitor listen address [default 127.0.0.1]. |
| 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) |
| 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. |