Repository: james-project
Updated Branches:
  refs/heads/master a7bc1b30c -> 4c2a71f4b


JAMES-1998 Sample docker image could not find its JPA driver


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4c2a71f4
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4c2a71f4
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4c2a71f4

Branch: refs/heads/master
Commit: 4c2a71f4bf5640a4ee4d4fa8761cbbb6a90c35dd
Parents: a7bc1b3
Author: benwa <btell...@linagora.com>
Authored: Thu Apr 13 07:37:39 2017 +0700
Committer: benwa <btell...@linagora.com>
Committed: Fri Apr 14 11:32:38 2017 +0700

----------------------------------------------------------------------
 dockerfiles/run/guice/provisioned/startup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/4c2a71f4/dockerfiles/run/guice/provisioned/startup.sh
----------------------------------------------------------------------
diff --git a/dockerfiles/run/guice/provisioned/startup.sh 
b/dockerfiles/run/guice/provisioned/startup.sh
index 13976ef..33b9d63 100644
--- a/dockerfiles/run/guice/provisioned/startup.sh
+++ b/dockerfiles/run/guice/provisioned/startup.sh
@@ -2,4 +2,4 @@
 
 wait-for-it.sh --host=localhost --port=9999 --strict --timeout=0 -- 
./initialdata.sh &
 
-java -Dlogback.configurationFile=/root/conf/logback.xml 
-Dworking.directory=/root/ -jar james-server.jar
\ No newline at end of file
+java -classpath '/root/james-server.jar:/root/james-server-jpa-guice.lib/*' 
-javaagent:/root/james-server-cli.lib/openjpa-2.2.1.jar 
-Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ 
org.apache.james.JPAJamesServerMain
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to