From eafc4e9eb068b4e42832bf9eed0403f2f5ce6da1 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 18 Aug 2017 13:20:44 +0100 Subject: [PATCH] Note that jar files still don't work. --- resources/public/content/Developing Smeagol.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/public/content/Developing Smeagol.md b/resources/public/content/Developing Smeagol.md index 4da9875..a63dfed 100644 --- a/resources/public/content/Developing Smeagol.md +++ b/resources/public/content/Developing Smeagol.md @@ -27,6 +27,8 @@ Smeagol cannot access either its configuration or its content from the jar file. You can run the jar file with: java -jar smeagol-VERSION-standalone.jar + +**NOTE** that there are still problems with deploying a jar file: although I do intend to support this, it does not yet work. Outstanding problems are the password file and the internationalisation files. The password file must certainly be outside the jar file, but it seems to me the internationalisation files should not need to be. Alternatively, if you want to deploy to a servlet container (which I would strongly recommend), the simplest thing is to run: