Prerequisites for installing the Java agent

Prerequisites for Java agent installation

For a smooth Java agent installation, ensure that you've fulfilled the following prerequisites.
  1. The environment should have Java version 8 or above installed.
  2. The application user should have full permissions over the agent directory.
  3. The server hosting the application should have internet connectivity, either directly or via a proxy server.
  4. Ensure the specified ports and IPs are added to the allowlist to enable the agent to communicate with the Site24x7 server, as outlined in this document.
  5. Please verify the reachability from your environment to the Site24x7 endpoint by executing the following command.

    For Linux:

    For Windows:
    Invoke-WebRequest -Uri 'https://plusinsight.site24x7.com' -UseBasicParsing

    Replace the domain(.com) with the URL that you use to access Site24x7.
Alert
Please keep in mind that installing the Java agent requires restarting your application server.


    • Related Articles

    • Prerequisites for Python agent installation

      For a smooth Python agent installation, ensure that you've fulfilled the following prerequisites: The environment should support Python version 3.7 or above. The application should be built on any of the supported frameworks. The application user ...
    • Prerequisites for Node.js agent installation

      For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
    • How to add APM Insight Java agent without application restart?

      In general, after installing the APM Insight Java agent, you have to restart your application for the agent to capture monitoring data. But in case of critical issues in the app, like sudden application slowness, where you haven't installed APM ...
    • Adding a Python agent to a Python application service

      To monitor a Python application using Site24x7 APM, you need to integrate the Site24x7 Python agent as a system service. Follow the steps below to install the S24x7DataExporter, add the agent to a custom directory, and configure the environment. ...
    • APM Insight agent log paths

      Folder path to view One agent logs One agent logs can be found only in the common application folder in Windows (usually under C:\ProgramData from Vista onwards). Check the following folder path in Windows: C:\ProgramData\Site24x7APMOneAgent\Logs ...