IHS and JAZZ on WAS
![](http://jazz.net/_images/myphoto/9b1d5217a2bf549ca5b0b04d5fe178f4.jpg)
I have Jazz successfully working on WAS and I have IHS setup with the WAS Plug-in. Jazz works if I don't have the "url-pattern" set to /* in the web.xml (security-constraint->web-resource-collection->url-pattern). When I do so, http://sandbox.lexma.ibm.com/jazz/web/projects/Sandbox becomes https://sandbox.lexma.ibm.com/jazz/web/projects/Sandbox and the browser cannot connect.
Has anyone had any luck with IHS, the WAS plug-in and JAZZ.
Has anyone had any luck with IHS, the WAS plug-in and JAZZ.
4 answers
![](http://jazz.net/_images/myphoto/9b1d5217a2bf549ca5b0b04d5fe178f4.jpg)
I have a related problem ...
Got M4 running with WAS 6.1 (Linux) and LDAP (Bluepages) using your
Bluepages instructions (thanks for those!)
It all works fine with the web.xml left at the default value /secure/*.
If I edit the web.xml file to say /* then the RTC client can't connect
and I get:
Connection Error: Return Code 302 from HTTP Request: Found
This error happens with both the RTC connection set to
http://server:9080/jazz or https://server:9443/jazz
Is this the same problem as you described with IHS ?
Cheers
amcohen.us.ibm.com wrote:
Got M4 running with WAS 6.1 (Linux) and LDAP (Bluepages) using your
Bluepages instructions (thanks for those!)
It all works fine with the web.xml left at the default value /secure/*.
If I edit the web.xml file to say /* then the RTC client can't connect
and I get:
Connection Error: Return Code 302 from HTTP Request: Found
This error happens with both the RTC connection set to
http://server:9080/jazz or https://server:9443/jazz
Is this the same problem as you described with IHS ?
Cheers
amcohen.us.ibm.com wrote:
I have Jazz successfully working on WAS and I have IHS setup with the
WAS Plug-in. Jazz works if I don't have the "url-pattern"
set to /* in the web.xml
(security-constraint->web-resource-collection->url-pattern).
When I do so, http://sandbox.lexma.ibm.com/jazz/web/projects/Sandbox
becomes https://sandbox.lexma.ibm.com/jazz/web/projects/Sandbox and
the browser cannot connect.
Has anyone had any luck with IHS, the WAS plug-in and JAZZ.
![](http://jazz.net/_images/myphoto/9b1d5217a2bf549ca5b0b04d5fe178f4.jpg)
Connection Error: Return Code 302 from HTTP Request: Found
Not sure if this is the same issue but we had a similar symptom using the eclipse client a couple weeks ago
We got a 302 if we were connecting to the wrong https port
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=35379
![](http://jazz.net/_images/myphoto/9b1d5217a2bf549ca5b0b04d5fe178f4.jpg)
Thanks for defect reference.
Sadly, I'm using port 9443... If I use port 9943 I get quite a different error.
I'll leave my web.xml file in the default /secure/* form until I figure out what the problem is.
Darn, worth a try though :)
Btw , this only occurs in teh Eclipse client right ?
If now, hum, we have a different problem
If yes, this is the redirect issue, it seems the RTC client does not handle the Redirect properly...
Oh, and are you connecting to the IP of the App server or the IP of the Web Server ? Seems it is the App server (9443 and 9943) , yet make sure it is the same URL you use in the Browser.. I know another long shot too :)
I guess our Jazz.net Admin could pitch in :)