Fusion

Tomcat upgradation 8.x to 9.x

Introduction:  Apache Tomcat Upgrading from Tomcat 8 to Tomcat 9 is a critical step for taking advantage of the latest features, improved performance, and enhanced security. This blog provides a structured approach for a successful upgrade. Why we need to do:  Tomcat 9 introduces support for Servlet 4.0, HTTP/2, and other modern web technologies. Many applications require these features to maintain compatibility and performance. Moreover, Tomcat 8 has reached its end-of-life phase, leaving systems exposed to unpatched vulnerabilities. Challenges and Issues Faced During Upgradation: Configuration Incompatibilities: Configuration files such as server.xml, web.xml, and context.xml may require adjustments to align with Tomcat 9 standards. Application Dependencies: Applications running on Tomcat 8 may rely on deprecated libraries or APIs that are removed in Tomcat 9. Custom Scripts and Integrations: Custom startup scripts, monitoring tools, or integrations might need modifications for compatibility. Steps to Upgrade Tomcat from Version 8 to Version 9: Backup Your Current Setup: l Backup all configuration files: server.xml, web.xml, context.xml. l Backup application WAR files and logs. l Snapshot the current environment to ensure rollback options. Download and Install Tomcat 9: l Download the Tomcat 9 binary from the official Apache Tomcat website. l Extract the archive to a new directory (do not overwrite the existing Tomcat 8 directory). Migrate Configuration Files: l Compare the server.xml, web.xml, and context.xml from Tomcat 8 with the default Tomcat 9 configurations. l Update configurations to align with Tomcat 9 schema. Remove any deprecated elements. Migrate Applications: l Deploy your application WAR files to the webapps directory in the Tomcat 9 installation. l Test applications for compatibility, focusing on deprecated APIs and libraries. Update Custom Scripts: l Modify any startup scripts or custom integrations to reference the new Tomcat 9 directories and binaries. Test the Upgrade: l Start Tomcat 9 using the startup.sh or startup.bat script. l Monitor logs in the logs directory for errors. l Test all deployed applications to ensure they function as expected. Rollback Plan: l If issues are encountered, stop Tomcat 9 and revert to the backup of Tomcat 8.…

Read More

User is not as employee roles in Oracle Cloud

Introduction: This blog has the SQL query that can be used to pull the data for the oracle cloud users having what roles & for which BU it is assigned…

Read More

Cloud Critical Users Roles with respective BU Wise

Introduction: This blog has the SQL query that can be used to pull the data for the oracle cloud critical users having what roles & for which BU it is…

Read More

Supplier Bank Account’s Branch BIC (Swift Code) Update Using REST API – Oracle Fusion ERP Cloud

Introduction: This blog has the REST API details that can be used to update the Supplier Bank Account’s Branch BIC (Swift Code) in Oracle Cloud application.   Cause of the…

Read More

Delete AR Invoice via REST API Oracle Fusion Cloud

Introduction: This blog has the REST API details that can be used to delete AR Invoice in Oracle Cloud application.   Cause of the issue: Business wants to mass delete…

Read More

OTM Registration of customers and suppliers

OTM Registration of customers and suppliers   The first part of the manual corresponds to the finance area, with the incorporation of customers and suppliers into the system.   Select…

Read More

Enabling Oracle Fusion BIP report execution on Fusion Standard Page by using Dashboard

Introduction: In General, BIP reports can be run by an ESS job or from Reports & Analytics. We’d like to demonstrate another way for launching a BIP report on the…

Read More

Bank Number Missing Field From Expenses

Introduction Bank branch details missing in the expense. We need to go Manage Administrator Profile Option with this code CE_USE_EXISTING_BANK_BRANCH to add this user under profile values. Once fixed this…

Read More

Data Access Control Issue for Account Payable

Introduction: If the user has the below roles and data access set for a specific BU, it is showing all BUs in the payable module. It should be shown only…

Read More

Project Tasks Import FBDI Query in Oracle Fusion ERP Cloud

Introduction: This blog has Project Tasks Import FBDI Query that can be used to retrieve data as per Project Tasks FBDI Format in Oracle Fusion Cloud application.   Cause of…

Read More