...
| Code Block | ||
|---|---|---|
| ||
java -jar target/cargo-daemon-webapp-<version>.war -p 18001 |
Additionally, Cargo Daemon will save log files in the cargo home directory unless the -nologging option is used.
Note that the Cargo Daemon is a WAR file; you can actually also deploy it as a WAR on any existing container. This can be useful if you want to, for example, reuse a certain security configuration.
The daemon also accepts other parameters, in the form of system properties:
...