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.
Four times in the WebFOCUS Managed Reporting Administrator's Manual it is mentioned that you can either edit a file manually or "Open the ServletExec Administration tool". I searched my whole library of IBI documentation and found that only one document mentions it - the WebFOCUS Managed Reporting Administrator's Manual, without telling us how to "open" it.
Anyone found this thing yet?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 wanted to document how to modify the "goToPersonalViewOnLogin" setting and I thought it would be easier to describe the steps via a tool instead of describing the steps via a text editor. I think I would have to specify that the web app must be reloaded or sumfing...
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
It seems to me like the "Servlet Administrator Tool" is just a generic term to refer to your particular App Server (servlet container) admin tool.
In the "old days" IBI used to bundle the WF client along with the New Atlanta Servlet container that could be used with IIS.
Nowadays, Tomcat is the default (and it's not limited to IIS, yay) so perhaps one should look into the Tomcat Admin and/or Manager tools to see if they support the modifying of those settings directly from a web page?
Usually the "manager" app comes bundled with Tomcat and can be accessed via:
http://myhost:[port]/manager
For some reason I cannot access it in my 7.7.03 install so perhaps it's been stripped down (or something else is going on in my environment).
Now I have homework This message has been edited. Last edited by: njsden,
Interesting ... the "manager" webapp is not present at \ibi\tomcat\webapps.
I found it under \ibi\tomcat\undeployed_webapps though, so I'll see if I can get server access to "deploy" it and see what happens.
The "Admin" tool used to come automatically bundled in the old Tomcat 4.x days but they (Apache Foundation) stopped doing that as of Tomcat 5.x if I'm correct, but it can still be downloaded and deployed as any other regular web application.
WebFOCUS Client and Developer Studio Version 7 Release 7.03 will no longer automatically deploy the Tomcat Manager or example Web applications that are typically bundled with Tomcat. These Web applications will still be included during installation but will be put in a folder called undeployed_webapps, where they can easily be moved to the Tomcat webapps directory to be deployed, if needed. The decision to remove these default Web applications was made as a continued effort to tighten the security surrounding the WebFOCUS product. Security vulnerabilities and configuration issues can occur with the supplied applications, and by not deploying them, it helps to ensure that security vulnerabilities will not be introduced in an environment that deploys either the WebFOCUS Client or Developer Studio. These changes will not impact existing installations of Tomcat. If you have Tomcat installed from a prior release of WebFOCUS or Developer Studio, it is recommended that you review the deployed default Web applications and remove it if it is not being used, to further enhance the security of your WebFOCUS environment.
But why does the WebFOCUS documentation refer to this ServletExec Abmin tool without telling us how to run it?
quote:
Procedure: How to Set the Idle Limit for Authenticated Users Manually 1. From the WEB-INF directory, open the web.xml file. 2. Edit the param-value as desired. USER_MAX_INACTIVE -1
Type -1 (the default setting) if you do not want the server to ever time out. Otherwise, type the number of minutes before time out occurs. 3. Save and close the file.
Procedure: How to Set the Idle Limit for Public Users Using ServletExec 1. Open the ServletExec Administration tool. 2. Under Web Applications, click Manage. 3. Under WebFOCUS77 Application Name, click web.xml. 4. Under Servlets, click Manage. 5. Under Servlet Name, click WORP_Loader. 6. Under Initialization Parameters, edit the following: ...
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
Thanks for the info, cssbjk. At least I know where that "mysterious" folder comes from and why Manager is no longer deployed.This message has been edited. Last edited by: njsden,