Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Aug 25, 2023
1 parent 32b6b6d commit 978e543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions imixs-archive-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-api</artifactId>
<version>${org.imixs.archive.version}</version>
<scope>provided</scope>
</dependency>
```

Next set the environment parameter `backup.service.endpoint` to activate the backup.

Expand Down
2 changes: 1 addition & 1 deletion imixs-archive-service/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<display-name>HelloWorldJSF</display-name>
<display-name>Imixs Backup Service</display-name>
<welcome-file-list>
<welcome-file>index.xhtml</welcome-file>
</welcome-file-list>
Expand Down

0 comments on commit 978e543

Please sign in to comment.