Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to deploy samples to a JasperReports Server repository that does not contain them


    Tom C
    • Features: Reports, Repository Version: v6.4

    If users used WAR distribution package to install JasperReports Server (JRS), they can use the same package with their default_master.properties file to deploy sample data and reports as the following:

    • Open a Command Prompt as Administrator on Windows or open a terminal window on Linux or Mac. and run the following commands;

      cd <js-install>/buildomatic
      
      js-ant create-sugarcrm-db
      
      js-ant create-foodmart-db
      
      js-ant load-sugarcrm-db
      
      js-ant load-foodmart-db
      
      js-ant update-foodmart-db
      
      js-ant import-sample-data-pro
    • Please make sure context.xml file under jasperserver-proMETA-INF directory contains resource "jdbc/sugarcrm" and "jdbc/foodmart" entries. Users can use "jdbc/jasperserver" entry as sample (just make sure change to the correct db name for each corresponding entry accordingly).

    • Restart server and give a try.

    Please refer to TIBCO JASPERREPORTS® SERVER INSTALLATION GUIDE RELEASE document, "Table 3-2 Buildomatic Targets to Execute to Install the WAR File" for additional information.


    TTC-20170630


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...