diff --git a/cargo/Cargo+Daemon.html b/cargo/Cargo+Daemon.html index 56990013e4..666ab2fb38 100644 --- a/cargo/Cargo+Daemon.html +++ b/cargo/Cargo+Daemon.html @@ -363,7 +363,7 @@
daemon.
Directory in which the standaone daemon server stores its files. These include the temporary files (such as its own WAR and server temporary files) as well as the server log files (AWS-xxxxxxxxxxxxx.
, where xxxxxxxxxxxxx
is the timestamp at which the deamon was started).
Directory in which the standalone daemon server stores its files. These include the temporary files (such as its own WAR and server temporary files) as well as the server log files (AWS-xxxxxxxxxxxxx.
, where xxxxxxxxxxxxx
is the timestamp at which the deamon was started).
This property is not used and completely ignored if the daemon WAR file is deployed on an existing container.
👎
${user.
Note that the standalone daemon by default sets this to ${daemon.
cargo.daemon.passwordFile
Property file with username and passwords which would be allowed to access the Cargo Daemon:
+Basic
authentication is supported.Some examples:
+# Example 1: User without any password +cargo-daemon-user_= + +# Example 2: User with a password written as plain text +cargo-daemon-user1=cargo-password + +# Example 2, second variant: User with a password written as plain text, containing a curly bracket +cargo-daemon-user0={cargo-password + +# Example 3: User with a password hashed in md5. The password is: cargo-password +cargo-daemon-user2={MD5}9addb63b65b01292700094b0ef056036 + +# Example 4: User with a password hashed in sha1. The password is: cargo-password +cargo-daemon-user3={SHA-1}2681c738294805939045be2a4af53b687c25bf4d+
Note: This functionality is new with Cargo Daemon version 1.10.11.
+autostart
property, this will automatically restart the container if the daemon notices it is stopped.As stated before, the Cargo Daemon is also available programmatically:
To use the Daemon via ANT tasks, simply add the <daemon>
tag in the task and use the daemon-start or daemon-stop tasks:
To use the Daemon via Ant tasks, simply add the <daemon>
tag in the task and use the daemon-start or daemon-stop tasks:
<cargo containerId="tomcat7x" action="daemon-start"> diff --git a/cargo/Installation.html b/cargo/Installation.html index 392ba72e5b..6437da4597 100644 --- a/cargo/Installation.html +++ b/cargo/Installation.html @@ -319,7 +319,7 @@Java API
Installers @@ -350,8 +350,8 @@ -
- Commons compress 1.24.0 or greater
+- Commons compress 1.25.0 or greater
- Tukaani XZ 1.9 or greater (for 7Z support)
Java API
WildFly Swarm diff --git a/cargo/Project+Structure.html b/cargo/Project+Structure.html index 9ae627cae2..4ac49ac59b 100644 --- a/cargo/Project+Structure.html +++ b/cargo/Project+Structure.html @@ -402,6 +402,7 @@ -
- Jackson core 2.15.3 or greater
-- Jackson YAML dataformat 2.15.3 or greater
+- Jackson core 2.16.0 or greater
+- Jackson YAML dataformat 2.16.0 or greater
- SnakeYAML 1.33 or greater
RSS Feeds
This container is automatically tested by the Continous Integration system every time there is a code change.
- The server used for tests is downloaded from: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.1.15/tomcat-10.1.15.zip
This container is automatically tested by the Continous Integration system every time there is a code change.
- The server used for tests is downloaded from: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.0-M13/tomcat-11.0.0-M13.zip
This container is automatically tested by the Continous Integration system every time there is a code change.
- The server used for tests is downloaded from: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/8.5.95/tomcat-8.5.95.zip
This container is automatically tested by the Continous Integration system every time there is a code change.
- The server used for tests is downloaded from: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.82/tomcat-9.0.82.zip