As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Anyone know where I can find the code for the basic BI Dashboard login page? Same for the log out and change password pages.
I want to customize the look/feel while keeping the basic functionality, but I can't seem to find the code (on a linux install).This message has been edited. Last edited by: Kerry,
Posts: 5 | Location: California | Registered: October 27, 2005
de jsp file is located in D:\ibi\WebFOCUS53\webapps\webfocus53\worp\jsp
and in D:\ibi\WebFOCUS53\ibi_html\images are the images that ibi uses for his login screen
We replaced the images by our company look and feel images .
We also took away the change password functionality as well as the invalid password behavior if you want pointers on one of these issues just let me know
Happy holidays !
Peter
D: WF 7.6.2 P. : WF 7.6.2 on W2003 ------------------------------------------------------------------ I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.
1) If you dont want de change password functionality :
copy
D:\ibi\WebFOCUS53\webapps\webfocus53\worp\jsp”
“WORP_Loginsi.jsp” to “WORP_Login.jsp”
2) If you want to return to the login screen if the user entered an invalid password
change :
“D:\ibi\WebFOCUS53\worp\conf\bidconfig.xml”
Change following piece of code
into
< !--
-->
3) If you want to go to a certaim webpage on logoff
change in that same bid-config file
into
< !--
-->
Greetings
Peter
D: WF 7.6.2 P. : WF 7.6.2 on W2003 ------------------------------------------------------------------ I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.
any way if you want the code on any of these 3 topics
just shout and i will mail them
D: WF 7.6.2 P. : WF 7.6.2 on W2003 ------------------------------------------------------------------ I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.
Peter, Thank you so much for the pointer. I'd love to get the code when you get a chance. And, if you don't mind sharing, I'd love to see examples of your changes (always interested in nice designs). Thanks again.
Paul
Posts: 5 | Location: California | Registered: October 27, 2005
Pete, put code tags around your code snippets and it'll come thru fine. a code tag is a left open square bracket (not a pointy one) followed by the word code and close the square bracket and to end it, the same with a / in front of the word code. to see that...on the menu above the post editing page(when you click Reply), at the far right in red , click that button. PS----- and Francis has just taught me another way. on the Reply window page, click Options (on thelower left) and click Disable HTML. very cool.This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
D: WF 7.6.2 P. : WF 7.6.2 on W2003 ------------------------------------------------------------------ I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.
D: WF 7.6.2 P. : WF 7.6.2 on W2003 ------------------------------------------------------------------ I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.
If you would like some screen shots just give me an email address so that i can mail it to you
Peter
D: WF 7.6.2 P. : WF 7.6.2 on W2003 ------------------------------------------------------------------ I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.
I using webfocus76, i tried to edit the bid-config file to redirect the logoff page to another web page following your method, however the content of the bid-config file seems different from what you had posted on the forum, can you let me know how can i do it in webfocus76?
the content of the bid-config file seems different from what you had posted on the forum
I'm not surprised as that post was from 4 years ago and a few different releases have occured since then and there can always be slight but significant changes.
However, the process is very similar so the above should lead you to what you need. For instance, we have redirected a successful logoff back to the login page -
Hi, Tony, Thank you for your reply, i did that changes you mentioned before i post my question here, but it still redirect back to the welcome page, that's why i wonder is there any other settings involve?
In 769 there is no reason to modify the code to redirect. It is done in the Dashboard's View Builder utility. Select the view you want to modifu=y the redirect for and then select "Edit Settings". The Redirect settings are at the bottom of that page. You can refer to the Dashboard documentation for the rest. You only have to alter the WORP_Login.jsp file if you want to customize the Login Page itself.
AlexU's approach is correct for your release, I believe this was added in 7.6.4. No longer do you have to change the bid-config.xml which was tedious and ever changing. Now you can set the redirect for each view independently through the Dashboard View Builder.
Hi, Thank you for all of your replies, I manage to fixed the problem by following Alex method. The other question is when i have many views created, but just wanted to redirect all the views to 1 logoff page only, i have to edit the all the view setting 1 by 1, or is there anyway it will apply the setting to all the views?
I do things a little different. I make one change that then will affect all of the login/logoff pages. I create a JSP page that I add to the web app in the root directory.
This redirects to a custom login page. Then I change the web focus web.xml to make this the default page of the web app by changing the 'welcome-file-list' tag.