Creating second InfoView entry point

Hi All,

I would like to create a second infoview entry point for SAP users on the same physical box (single server) as regular InfoView. I know it will be temping to ask why, but it’s a very long story…

I am trying to mock this up and have detailed the following steps below. I suspect I am missing a few steps (for example, where do I specify the entry port?). I am sure step 2 is wrong, as I the desktoplaunch no longer exists in Xi 3.1. I’m also wondering if I need to deploy all the war files, or just the one needed for Infoview.

  1. Copy the InfoView.war file to a new directory ( Program Files/Business Objects/ Business Objects Enterprise 12.0/java/applications/sap). I imagine I would need to rename the war file (say SAPInfoview.war)?

  2. Create a xml file with the following logic :

  1. Save the xml file (what name? does it matter) in Program Files\Business Objects\Tomcat55\conf\Catalina\localhost

  2. Restart Tomcat

  3. Change the web.xml to make SAP security the default. But this should not be the regular infoview web.xml. I’m not sure where this would reside.

Thanks,

Steve


SteveBickerton :canada: (BOB member since 2002-08-15)

I just discovered the NoSso.jsp. This does exactly the same thing, but with way (way!) less work.

The second Infoview entry point would be:
servername:8080/InfoViewApp/logonNoSso.jsp

There still is only one web.xml, but it’s far easier than deploying and maintaining 2 sets of war files.


SteveBickerton :canada: (BOB member since 2002-08-15)

Could you please explain the exact process you followed to achieve this second infoview url…!! :slight_smile:


aniketp :uk: (BOB member since 2007-10-05)

Alternate URL to access InfoView
A second URL is available to access InfoView. This URL is provided for the
administrator or a user to access InfoView, without single sign-on, after single
sign-on has been enabled.

• This is the default URL used to access InfoView: http://hostname:8080/InfoViewApp/logon.jsp
• This is the URL you should use if you want to access InfoView without SSO, after single sign-on has been enabled: http://hostname:8080/InfoViewApp/logonNoSso.jsp

Now, I see that there is a logonNoSso.aspx in IIS for .NET Infoview, but I have been unable to get this to work in the 64-bit version of Windows Server 2003 when SSO NTLM is being used.


Jay Riddle :us: (BOB member since 2008-12-03)

jwriddle, thanks for your reply.
I got your point, could you tell me the steps how to achieve second infoview url entry point…?


aniketp :uk: (BOB member since 2007-10-05)

It comes pre-packaged with the BOBJ deployment. You just enter the url (http://hostname:8080/InfoViewApp/logonNoSso.jsp) into your browser. Bingo, you’re done.


SteveBickerton :canada: (BOB member since 2002-08-15)

Sorry aniketp, I didn’t see a topic reply notification on this post.

Steve is correct. The non-SSO pages come pre-packaged. In terms of the client whom we couldn’t get the “no sso” page to work for .NET, they had Tomcat running regardless because we opted not to use the WACS for the CMC, so they just used the Java InfoView for Enterprise logins.

However, I notice as I perform more installations that Java Kerberos SSO w/ Vintela is much kinder when a user who is logged into an AD account that doesn’t have access to Enterprise hits the login screen of Java InfoView - as it kicks them right back to the login screen. Then, should you want to you can edit the web.xml to make the authentication drop down visible if they want to login using an Enterprise account - such as Administrator.

.NET InfoView with SSO enabled with NTLM isn’t as friendly. However, I havn’t tried .NET and Kerberos to see if there is a difference in the way the login screen behaves. I presume not because the behavior is determined at the web tier layer.


Jay Riddle :us: (BOB member since 2008-12-03)

But Once the Authentication drop down is made visible using web.xml, wont the Single-Sign On(Auto Login) feasure get disabled and every user has to always go through Infoview Login page?

Thanks in Advance.

Sri


SriG (BOB member since 2009-12-08)