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.
1. Add the APP PATH in WFClient cgivar.wfs file. 2. Commented the APP PATH in edasprof.prf file. 3. Restarted the server.
What happens in webfocus, by default it's taking the file from the directory where it finds first and then it applies the APP PATH command whatever we are mentioning in cgivar.wfs file.
Am I missing something here, Please let me know.
Thanks
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
I believe what he is saying is something like this.
create 2 focexec and put them in baseapp 1. wfclient1.fex - in there set app path to what you want. 2. wfclient2.fex - in there set app path to what you want.
modify site.wfs not cgivars.wfs on each of the wfcleints.
in site.fex on wfclient1 add _site_profile = -INCLUDE wfcleint1.fex
in site.fex on wfclient2 add _site_profile = -INCLUDE wfcleint2.fex
Make sure that you use the: ibi\WebFOCUSnn\clientnn\wfc\etc\cgivars.wfs
If you follow what I did and use an -INCLUDE rather than trying to add the code directly, it will work. I have never had a success in putting code directly into the _site_profile.
So you need a PATH in EDASPROF to pick up the files you will -INCLUDE. The -INCLUDE fex will then set the path you want, don't forget the -RUN after the APP command.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
Your right of course, site.wfs is the place to set _site_profile, I was following Kamesh when he mentioned cgivars, which is, of course, where the admin console changes it.
When I say I have problems, it is that my profile is, oh, somewhere in the region of 200 lines, and it became more than messy.
I find the -INCLUDE more than satisfactory. Additionally, I do find if I change site.wfs, I sometimes have to reboot to get the changes to be applied, whereas I can change the -INCLUDEd file on the fly with no issues.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007