It's all about the answers!

Ask a question

How to open up customized service to unauthenticated access


Chao Yang Guo (653) | asked Apr 24 '11, 2:13 a.m.
JAZZ DEVELOPER
Hi, All,

Is it possible to open up my customized service to unauthenticated access to avoid dealing with credentials?

I found the following part in the ccm and jts' web.xml under $RTC_Server\tomcat\webapps\ccm\WEB-INF and jts\WEB-INF

<security>

<web>
<web>open-unencrypted</web>
<url>/service/com.ibm.team.repository.service.internal.license.IFloatingLicenseService/*</url>
</web>

<!-- Leaving out the <auth> section means these resources don't require authentication -->

<!-- Leaving out the <user> section means these resources don't require SSL -->
</security>


I tried to add my customized service like IFloatingLicenseService in this section, then shutdown tomcat, clean up Tomcat's work directory and start Tomcat again. But found it doesn't work.

Anyone can help on this? Thank you very much!

Be the first one to answer this question!


Register or to post 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.