Archiving
The archiving feature allows saving all requests and/or responses.
For the OldDatabaseArchiver and Base64DatabaseArchiver archivers, the Administration CLI can be used to query the archive, see Administration CLI.
When a request has been processed, each Archiver is called one at the time to archive any results.
Property | Description |
---|---|
ARCHIVERS | Used instead of the old ARCHIVE property to enable archiving by listing the class names of all the Archivers that should be used. Multiple Archivers can be specified separated by a "," (comma character). Example: ARCHIVERS= , org.signserver.server.archive.otherarchiver.OtherArchiver123 |
Legacy property. Instead use ARCHIVERS above. Previously the archiving was enabled by setting this property to "TRUE". This is the same as to set ARCHIVERS=org.signserver.server.archive.olddbarchiver.OldDatabaseArchiver. Default: FALSE. |
For more information on available archivers, see Archivers.