Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to check JasperReports Server version from command line?


    nbochenko
    • Version: v5.0, v5.0.1, v5.0.0, v4.8, v4.8.0, v4.7, v4.7.1, v4.7.0, v4.6, v4.6.0, v4.5, v4.5.1, v4.5.0 Product: JasperReports® Server

    Issue

    In some cases you may need to find out the version of a deployed JasperReports Server via shell or command line.


    Solution

    You can find your JasperReports Server verison in WEB-INF/Internal.

    Community Edition

    <js-install>/WEB-INF/internal/jasperserver.properties
    

    PRO edition

    <js-install>/WEB-INF/internal/jasperserver-pro.properties
    

    Examples

    On Linux, if Apache Tomcat is installed in /opt/tomcat/, the path to these files would be:

    /apache-tomcat-7.0.29/webapps/jasperserver-pro-501/WEB-INF/internal
    

    On Windows, it can be something like this:

    C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\jasperserver-pro\WEB-INF\internal\
    

    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...