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.
We have decommissioned an MRE environment on a WebFOCUS client server.
I would like to disable the Dashboard Login URL
http://hostname[:port]/ibi_apps/bid-login
Currently the user can navigate to this URL and receive an Invalid Login screen, with these links: Public Views, Login, View Builder Login, Home.
How do I disable the Dashboard Login URL? I also don't want them to see any of the links on the Invalid Login screen.This message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
I need to have WF URLs that execute fexes on the reporting server to work. I'd like all URLs to MRE and BID to redirect to a single HTML page. I think I can achieve some of this by editing the web.xml file, though I don't know if it must be a jsp file or can it be an html file...
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
I'm sure this information won't be of help, but I have figured out what I need to do.
There are six files to modify. The modification is simple – delete all lines of JSP and HTML code and replace with a few lines of HTML code that includes a frame containing a simple HTML file that contains suitable text.
This is a list of files that require modification:
my_message.htm contains a logo and appropriate text.
Additionally, to provide WebFOCUS administrators access to components that are not decommissioned, I created a clone of the WebFOCUS home page:
On my PC:
http://localhost:8080/ibi_apps/homepage_mine.jsp
or
http://localhost:8080/ibi_apps/welcome_mine.jsp
Files to create: C:\ibi\WebFOCUS77\webapps\webfocus\welcome_mine.jsp C:\ibi\WebFOCUS77\webapps\webfocus\homepage_mine.jspThis message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server