Re: SSO with Tomcat/IIS on 7.0

2008-12-16 Thread Zinoviev Alexander
Hello, Chris, 1) About login_common.jsp: = // initialize data String msg = (String)session.getAttribute(HttpSessionKeys.LOGIN_MSG); if (msg == null) msg = ; else msg = msg.replace('\n', ' ').replace('\r', ' ');

Re: SSO with Tomcat/IIS on 7.0 RESOLVED

2008-12-16 Thread Moore, Christopher Allen
Thanks you all for your help this issue has been resolved Actions below Configurations for Mid- Tier server 1) Copy SSOAuthenticator.jar to Mid-Tier's WEB-INF\lib directory 2) Copy sso.properties to Mid-Tier's WEB-INF\classes directory 3) Make the following changes to Mid-Tier's

Re: SSO with Tomcat/IIS on 7.0

2008-12-15 Thread Zinoviev Alexander
From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Moore, Christopher Allen Sent: Friday, December 12, 2008 8:06 PM To: arslist@ARSLIST.ORG Subject: SSO with Tomcat/IIS on 7.0 ** Hi everyone, We are having problems

Re: SSO with Tomcat/IIS on 7.0

2008-12-15 Thread Moore, Christopher Allen
System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Zinoviev Alexander Sent: Monday, December 15, 2008 2:54 AM To: arslist@ARSLIST.ORG Subject: Re: SSO with Tomcat/IIS on 7.0 Hello, Chris, I resolved the same problem few months ago. 1) Check if ARS server is the part

Re: SSO with Tomcat/IIS on 7.0

2008-12-15 Thread Begosh, Kevin
: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Moore, Christopher Allen Sent: Monday, December 15, 2008 9:37 AM To: arslist@ARSLIST.ORG Subject: Re: SSO with Tomcat/IIS on 7.0 ** Hi Alexander- Thanks a lot for the help! We got that bit in and are a bit

Re: SSO with Tomcat/IIS on 7.0

2008-12-15 Thread Zinoviev Alexander
From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Moore, Christopher Allen Sent: Monday, December 15, 2008 5:37 PM To: arslist@ARSLIST.ORG Subject: Re: SSO with Tomcat/IIS on 7.0 ** Hi Alexander- Thanks a lot for the help! We got

Re: SSO with Tomcat/IIS on 7.0

2008-12-15 Thread Moore, Christopher Allen
Hey Alex/all, You said 1) put stringString ruser = request.getRemoteUser(); to the login_common.jsp file (initialize data section). Where in the file exactly should that go? Forgive my ignorance. We did add the part you suggested in #2. We do get the domain login screen (and did

Re: SSO with Tomcat/IIS on 7.0

2008-12-15 Thread patrick zandi
I think your issue is the AREA LDAP authentication.. you should already have that working .. login to remedy bumps against the AREA plugin and against AD -- Then if that is working -- remedy login with your Windows Authentication. -- Ensure you are using the HUB - ARPLUG hub.. functionality.. in

SSO with Tomcat/IIS on 7.0

2008-12-12 Thread Moore, Christopher Allen
Hi everyone, We are having problems configuring SSO for mid tier 7.0 We have an unusual configuration; Tomcat is acting as a servlet for IIS. Windows 2003 Server, SQL 2005, ITSM 7.0. Steps completed: Read SSO whitepaper and multiple list entries as well as entries on BMC developer forum