Jazz authentication change from Form to Basic on tomacat
Hello,
I am trying to change my JTS 4.0 authentication from "Form" to "Basic" on tomcat server ,integrated with LDAP.
If i am correct is these files are enough to change the authentication type
* 1) file path JTS\Server\Tomcat\conf\jts\web.xml ( comment form type and un comment basic type)
** 2) File path JTS\server\tomcat\conf\Catalina\localhost\jazz.xml ( class name attribute "value")
(or)
* Is it required to change the same in JTS\Server\Tomcat\conf\ccm\web.xml ....also?
** Is it required to change the same in JTS\server\tomcat\conf\Catalina\localhost\ccm.xml ( class name attribute "value")?
When i did changes only with the 1 and 2 it given me the basic authentication window but with some initialization errors.
please clarify me on this topic
Thank you in advance
Ashwath
|
Accepted answer
If you want CCM to use BASIC auth, then you'll want to modify the ccm files as well.
Ashwath G selected this answer as the correct answer
|
2 other answers
The comments at the end of this article: https://jazz.net/library/article/75
describe everything that needs to be changed. I've pasted them below for reference. Bo Chulindra wrote on September 26, 2012 04:35:37: Note that if you follow the instructions to configure the server to use BASIC auth, you may see the following warning in Tomcat: We believe it is necessary to do the below to change Tomcat application server to use BASIC authentication. Other settings explained above were not enough. For us, this made it possible to access RTC 3.0.x news feeds from Lotus Notes 8.5 and RSSOwl 2.1.4. |
I should clarify here that the files mentioned in the question aren't correct for JTS 4.0. JTS 4.0 uses Tomcat 7, so there will not be the file
server/tomcat/conf/Catalina/localhost/<appName>.xml Instead, it will be server/tomcat/webapps/<appName>/META-INF/context.xml. The other file to modify is server/tomcat/webapps/<appName>/WEB-INF/web.xml |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.