cancel
Showing results for 
Search instead for 
Did you mean: 

XI 3.1 - Customizing InfoView

Former Member
0 Kudos

We are wanting to customize the InfoView log on page a bit. We were able to do this rather painlessly in XI R2 by modifying the logon.jsp page.

I looked at the code for the logon.jsp page for XI 3.1 and it is significantly different. How would I go about changing the the text in XI 3.1.

Here is the code from the logon.jsp page in XI R2 (this file is located "\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\InfoView\logon\logon.jsp":

<% pageContext.setAttribute("appName", application.getInitParameter("app.name")); %>

<head>

</head>

To modify it all we did was put a <title></title. between the head like this:

<% pageContext.setAttribute("appName", application.getInitParameter("app.name")); %>

<head>

<title>Welcome to Company</title>

</head>

We need to be able to modify all the test on the InfoView page. Anything mentioning InfoView or Business Objects we want to remove and replace with our company information and logo.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Benjamin - you might have better luck posting this in the SDK dev forum if you haven't already...

Answers (0)