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.
Hi A WebFOCUS 7.7.03 Client-s Tomcat needs to be upgraded for a SSO solution. Default should be Tomcat 6.0.20 and the solution requires Tomcat 7 minimum. System is Centos 5.11 So in our test system tomcat was upgraded(replaced) to 7.0.54 version. Just copied over the /conf/Catalina/localhost config files and everything works fine under the Tomcat 7.
However doing exactly the same on the clients server results in error 500, when successfully logging in to Dashboard or Dashboard public views (ibi_apps/Controller). Everything other than the dashboard works fine - all administrative pages and "Run a stored procedure". Going back to tomcat6 the problem is gone.
The error in dashboard.log and tomcat.out: [2015-03-09 14:44:14,154] ERROR log4jFactory -8080-exec-5 - Unable to compile class for JSP org.apache.jasper.JasperException: Unable to compile class for JSP Caused by: java.lang.IllegalArgumentException: Page directive: invalid value for import
We have tried different Tomcat 7 versions, Tomcat 8 version, JDK 6.0.20 and 7.0.25. All access rights on Tomcat folder. Removing all customization - jar-s, web.xml settings and utf-8 settings.
Any idea how to fix this? Thank you in advance!This message has been edited. Last edited by: <Kathryn Henning>,
You need a little more of the stack trace than that. The obvious thing would be the import in a JSP. Usually that means the import statement is wrong somewhere. Find the JSP and take a careful look at the import(s).
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott