This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new ae02d90e0b [Documentation] Fix sample configuration directory link in
jpa guice app README
ae02d90e0b is described below
commit ae02d90e0bd1279c62b92de97ae87f6b603f2b91
Author: Rene Cordier <[email protected]>
AuthorDate: Thu Jan 11 11:33:11 2024 +0700
[Documentation] Fix sample configuration directory link in jpa guice app
README
---
server/apps/jpa-app/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/apps/jpa-app/README.adoc b/server/apps/jpa-app/README.adoc
index b334ad30a6..ee4555c2a0 100644
--- a/server/apps/jpa-app/README.adoc
+++ b/server/apps/jpa-app/README.adoc
@@ -11,7 +11,7 @@ This server target single node James deployments. By default,
the derby database
To run james, you have to create a directory containing required configuration
files.
James requires the configuration to be in a subfolder of working directory
that is called
-**conf**. A [sample
directory](https://github.com/apache/james-project/tree/master/server/container/guice/jpa-guice/sample-configuration)
+**conf**. A [sample
directory](https://github.com/apache/james-project/tree/master/server/apps/jpa-app/sample-configuration)
is provided with some default values you may need to replace. You will need to
update its content to match your needs.
You also need to generate a keystore with the following command:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]