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

migrating from 5.0.2 to 6.0.1 on tomcat

When you migrate from 5.0.2 to 6.0.1 and you choose to stay on Tomcat (7.0.59) you may run into the problem that you get an error like this after you log in:

1 vote



One answer

Permanent link
Answer from Kim:

This is because the migration does not copy the <web-resource-collection> part of the web.xml's

so to fix this problem you can simply copy the part from you old web.xml's into your CLM applications files and your applications will start doing the correct redirect upon login one by one.
It could look something like:
<web-resource-collection>
   <web-resource-name>secure</web-resource-name>
   <url-pattern>/authenticated/identity</url-pattern>
   <url-pattern>/secure/authenticated/identity</url-pattern>
   <url-pattern>/web/loggedInUser</url-pattern>
   <!-- This URL pattern is a work-around so that older RQM clients can log into RQM 2.0 servers without modification. This line should be removed when there are fixpacks available for the older clients -->
   <url-pattern>/secure/service/com.ibm.rqm.integration.service.IIntegrationService</url-pattern>
</web-resource-collection> 

0 votes

Comments

Thanks Kim for sharing this info.

Your answer

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
× 267
× 13

Question asked: Jan 14 '16, 4:40 a.m.

Question was seen: 1,537 times

Last updated: Jan 14 '16, 7:01 p.m.

Confirmation Cancel Confirm