> On Dec 2, 2016, at 8:38 AM, Laura van de Weerd <[email protected]> > wrote: > > We've followed the instructions given by Shawn to Martijn and have a > running docker image for the LDAP environment. When we start the fortress > commander in wildfly 10.1 and try to login we get the following > ClassNotFoundException. Is there any step we've missed in setting things up?
Hi Laura, There are a couple of additional steps to prepare the docker image to fortress-web usage. 1. from the location of your directory-fortress-core repo: # export JAVA_HOME=… # docker/run_tests.sh This will load your docker image with some ldap test data and configs. 2. from the location of your directory-fortress-commander repo: ``` mvn install -Dload.file=ldap/setup/FortressWebDemoUsers.xml ``` This will load your docker image with sample security policies to test with. Let me know if you have problems with either of these two steps. Thanks, Shawn
