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.
This is just out of curiosity, but does anyone know why the app path needs to be specified in the code of HTML Composer, even though it is already associated with the domain?
Thanks! MelanieThis message has been edited. Last edited by: Kerry,
The issue there is that I don't think that path is passed to FOCUS, may be wrong. Also if you have the path in the code you can change it to what ever you want.
Not sure what you are saying. You should not have to add it when building the HTML page. If the page was served up from a domain, the subsequent interactions back to WF Client are in the "execution environment" of that domain. If that is not working, then please provide a more detailed description. The composer only writes IBIAPP_app when the page was developed under dataservers or local projects.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
Every HTML Composer file I've ever seen has app references in the code, similar to: ibiapp_app="edw_sellthru_dev". HTML Composer puts it in the code automatically. I'm not having any problems. My team is just wondering why, if the app path is already specified by the domain, it needs to put it in the code also.
because you can reference any app you want from an html page, mutliple apps per page, if you want. think 'dashboard', your bits in a dashboard , especially a dashboard built on 'the back end', could come from a whole bunch of apps. so the same theory is replicted when you build an html page on the 'front end', eg MRE; EG: if your site has its own portal software, then you'll want to write your htm pages , fexes, on 'the back end', eg in the apps directories.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Pages in the MR space do not have any application directories written in the HTML.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
Every HTML Composer file I've ever seen has app references in the code, similar to: ibiapp_app="edw_sellthru_dev".
The above is what I've been referring to, and is copied directly from the code of the HTML composer. Perhaps you are thinking of something else. But I believe susannah gave me the answer I was looking for.
A hidden variable named IBIAPP_app is always written to the page, however when in the MR area, it does not contain any app folder references. Instead it contains ismre=1, which means the page is in MR, and will therefore obtain the app folders dynamically from the MR properties.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com