> On Jul 12, 2016, at 12:32 AM, Damianos Metallidis <[email protected]>
> wrote:
>
>
> I am giving username/pass as "test" and "password" so i am in the lines of
> it. But as the jira tikect is explaining i have not set this property
> /System.setProperty("version", "1.0-RC39"); /This is the values that where
> there by default. Should this be changed to something else?
That property isn’t needed - yet. Later, if you want the requests to use REST
instead of LDAPv3, you would set this to version of your fortress-rest
deployment.
One very important thing I neglected to mention before, the context path needs
to be set as follows:
bb.setContextPath("/fortress-web”);
You can pull my latest from git, or just make the change yourself and
recompile.
Shawn