Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

error filterstart when launching confluence

Zak Crammond May 10, 2012

I have attempted to create a kerberos authentication filter within the web.xml file in order to force confluence to login automatically using the locally logged in users NT authentication. However the filter is refusing to start and from what I can see everything is fine.

I have added these parts to the web.xml file itself:

<filter>
<filter-name>VerifyCrowdKerberosTokenFilter</filter-name>
<filter-class>com.itekia.crowd.integration.VerifyCrowdKerberosTokenFilter</filter-class>
<init-param>
<param-name>kerberos.application.principal</param-name>
<param-value>HTTP/Fqdn_Of_Your_Application_Server</param-value>
</init-param>
</filter>
----------------------------------------------------
<filter-mapping>
<filter-name>VerifyCrowdKerberosTokenFilter</filter-name>
<url-pattern>*/</url-pattern>
</filter-mapping>
the logging on the startup of filters is non-existant, is there a way of increasing the logging values to catch futher information?
p.s I also have another question open, but I cant open it due to the error 500 bug!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 21, 2012

How are you deploying your class files to the application? If the filter-class can't be accessed then it won't be initialised :-)

You may have better luck deploying your servlet filter as a plugin module (see Servlet Filter Plugin Module).

TAGS
AUG Leaders

Atlassian Community Events