Read Tomcat Logs in 360Suite

Read Tomcat Logs after 2025.1 upgrade

Context

2025.1 made a lot of changes regarding log generation. Allowing users and support agent to be more efficient in the search of issues.
The 360Suite Tomcat will now generate new files if old one are getting too large, this will only happen on 360Suite embedded Tomcat. 
The files will have a name like : 360Suite-<date>-<number of file this day>.txt
Where <number of file this day> starts from 1, and goes up for every new file created.

How To

To leverage the new logs, we formatted them in a logical way to allow the usage of third-party tools to read the logs.
In this example we are using ULogViewer, an opensource tool that you can find here.
When given a template, the log file will look like this :


The tool also allow us to filter types of logs, to only search for Errors, specific times and so on.

To apply the template, simply copy everything from the .json file here, and copy it in a file named 360suite.json and you will be able to use it on your own.
Once the template is applied, simply open the log file, and you should see the interface as above.

    • Related Articles

    • Change Tomcat after 2025.1 upgrade

      Context To prepare for BI 2025 moving away from Java 8, we migrated from Java 8 to Java 21. This migration impacts everyone doing update from previous version, as the version used for Tomcat is not compatible anymore, as Java 21 requires a Tomcat 10 ...
    • What are the proper steps to set up the Tomcat service account for Web Platform?

      Symptom How to configure 360Suite Web Platform to use a Windows domain service account to run the 360Suite Windows Service, if it is not an Administrator on the server, i.e. the Tomcat user? Environment 360Suite Web Platform Cause The issue is ...
    • Does Apache Tomcat belong to Product Support scope?

      Symptom Does Apache Tomcat belong to Product Support scope? Environment 360Suite Web Platform any version Tomcat 7 and above  Resolution Apache Tomcat, a free open-source third-party Web application server, is bundled with GB&Smith products (360Suite ...
    • Database Debug Mode (on Microsoft Windows)

      Condition Database issues arise and detailed logs are needed for debugging and fixing problems. Solution Cause The database may be corrupted or other technical issues arise. Remedy 1. Open a Windows command line or PowerShell prompt. 2. Access the ...
    • Configure 360Suite with SSL

      Context For many features, 360Suite needs to access the BOBJ RESTful API. The impacted modules are: - 360View - 360Eyes - 360Cast - 360Bind / WiiisdomOps for BusinessObjects In this situation, 360Suite takes the role of client to the BOBJ RESTful ...