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.
I'm attempting to create a custom servlet plug-in but I'm not sure I'm heading down the right path. On our website we have functions that encrypt and decrypt our querystring into one long hash. I want to port that so it can be used in WebFocus. I already have a java class that will do this, and it looks like it would be somewhat straighforward to extend it to use with WebFocus. I'm not quite following how I would make use of the decrypted querystring values. I see things like CopySessionVarToWFVar but those all look to me as taking something that exists and copy it somewhere else. How do I make a NEW session or WF Variable?This message has been edited. Last edited by: Kerry,
Scott ~~~~~~~~~~~~~~~~~ WF 7.6 Windows 2003
Go SOONERS!
Posts: 6 | Location: Oklahoma City, Oklahoma | Registered: October 20, 2008
Have a look at Appendix A of the WebFOCUS Security and Administration Version 7 Release 6.1 and Higher (DN4500790.0408). This outlines creating and setting up your own WebFOCUS plugin.
I recently used it to add AES decryption for cookie variables passed by an ASP app to WebFOCUS.
Another option is to use Servlet filters - although I haven't tried that myself.
Cheers
Stuart
WebFOCUS 8.2.03 (8.2.06 in testing)
Posts: 253 | Location: Melbourne, Australia | Registered: February 07, 2007