Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to open up customized service to unauthenticated access

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!

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,940

Question asked: Apr 24 '11, 2:13 a.m.

Question was seen: 6,917 times

Last updated: Apr 24 '11, 2:13 a.m.

Confirmation Cancel Confirm