> On Jul 11, 2016, at 1:42 PM, Damianos Metallidis <[email protected]> > wrote: > > I have overpassed this problem as i checked similar implementations and > indeed there was a dependency for jxm-jetty missing. > This although i cannot enter the application. Can you describe what was the > issue please you stated before? Regarding the security?
Here it be: http://issues.apache.org/jira/browse/FC-174 > > On Jul 11, 2016, at 1:42 PM, Damianos Metallidis <[email protected]> > wrote: > > I give test and password as username/pass and they are invalid. Are you using creds from the necessary jetty file? Here an excerpt from some code you’d shared: // Setup the test security realm, its name must match what's in the web.xml's 'realm-name' tag: HashLoginService dummyLoginService = new HashLoginService( "SentrySecurityRealm"); dummyLoginService.setConfig("/home/directory-fortress-commander/src/test/resources/jetty-users.properties"); Are you using credentials that are located in that file? Shawn
