TIBCO WebFOCUS Client and TIBCO WebFOCUS App Studio
Confirm that the default configuration is installed:
- Apache Tomcat
- Java 1.8
- ibi_apps (open deployment)
- ibi_html (war deployment), which does not contain Spring Framework code
To check for this configuration:
- Open http://server:port/ibi_apps/admin,
Where server is the name of the server hosting your installation of WebFOCUS, and port is the number of the port connection to that server. - Select HTTP Request Info from the Diagnostics pane. If the Application Server is not Apache Tomcat, your testing is complete. Otherwise, continue to the next step.
- Select JVM Property Info from the Diagnostics pane. If it shows that you are running Java 1.8, your testing is complete. Otherwise, continue to the next step.
- Open xxx:\ibi\tomcat\conf\Catalina\localhost\ibi_apps.xml. If docBase does not include .war, your testing is complete.
If your system is showing all three configurations, change your implementation to not use the .war version of the config file. Also, consider upgrading your WebFOCUS version.
For additional security, you can upgrade Apache Tomcat, as there are Spring4Shell related fixes in versions 10.0.20, 9.0.62, and 8.5.78:
However, if you are currently running Tomcat 8, continue to use this version.
TIBCO Omni-Gen and TIBCO iWay Service Manager
To check the Java version in Omni-Gen:
- To access the Omni-Gen Web Console, open https://server:9526/manager/status,
Where server is the name of the server hosting your installation of Omni-Gen. - Enter admin for both the Username and Password.
- Under Server Information, see the JVM Version. Confirm that it is the recommended version for your release, as specified in the documentation.
To check the Java version in iWay Service Manager:
- To access the iWay Service Manager Console, open http://hostname:9999,
Where hostname is the host name where you installed iWay. - Under Properties, select Java Properties.
- Confirm that the java.runtime.version is the recommended version for your release, as specified in the documentation.
You can also use the iWay Service Manager command line. Enter
>show jvm to check the Java version.