Page 2 of 2

Re:User already logged

PostPosted:Wed Sep 16, 2009 10:04 am
by jllort
1- Have you take a look at pre-requisits at page 12, seems for lower jboss version than 4.2.3 must install something for tomcat ( OpenKM comes with 4.2.2 version )

2- Do you have changed the jass at jboss-web.xml under OpenKM.war configuration
Code: Select all
<jboss-web>
  <security-domain>java:/jaas/SPNEGO</security-domain>
</jboss-web>
And probably something on web.xml too:
Code: Select all
<login-config>
  <auth-method>SPNEGO</auth-method>
  <realm-name>SPNEGO</realm-name>
</login-config>

That it has been at first look.

Re:User already logged

PostPosted:Wed Sep 16, 2009 10:33 am
by kraken
1 - yes i have seen that, but it seems that every 4.2.x version is supported or i wouldn\'t be able to go till step 2 in the 2.3. Negotiation Toolkit
(the error is coming from step 3)

2 - obviously