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