From 978e5435f5c76802f20766518a7e92f0a3e08be5 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Fri, 25 Aug 2023 10:17:37 +0200 Subject: [PATCH] docu --- imixs-archive-backup/README.md | 2 ++ imixs-archive-service/src/main/webapp/WEB-INF/web.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/imixs-archive-backup/README.md b/imixs-archive-backup/README.md index 31c3fa2b..96d15568 100644 --- a/imixs-archive-backup/README.md +++ b/imixs-archive-backup/README.md @@ -43,12 +43,14 @@ The Backup Service can be run in a container environment. To connect the backup To connect a Imixs-Workflow instance with the Backup Service you need to add the Imixs-Archive API as a dependency. +```xml org.imixs.workflow imixs-archive-api ${org.imixs.archive.version} provided +``` Next set the environment parameter `backup.service.endpoint` to activate the backup. diff --git a/imixs-archive-service/src/main/webapp/WEB-INF/web.xml b/imixs-archive-service/src/main/webapp/WEB-INF/web.xml index a66179ec..fd2e61ca 100644 --- a/imixs-archive-service/src/main/webapp/WEB-INF/web.xml +++ b/imixs-archive-service/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> - HelloWorldJSF + Imixs Backup Service index.xhtml