Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have done WAR installation on windows machine , see if this could help you:-</p> <p>Download the following files:- </p> <ol> <li><p>The WAR file distribution comes in file named jasperreports-server-cp-4.5.0-bin.zip in the compressed ZIP format. Download the WAR distribution file from</p> <p><a href="http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%204.5.0/">http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%204.5.0/</a> .</p></li> <li><p>Download the JDBC driver, mysql-connector-java-5.1.18-bin.jar</p> <p><a href="http://dev.mysql.com/downloads/connector/j/">http://dev.mysql.com/downloads/connector/j/</a></p></li> </ol> <p>After downloading WAR file download Apache Tomcat exe file and install on your system. There are two way to install JasperReport server by manually or auto, but we are installing it manually. Before start installing you need to set JAVA_HOME environment variable on your system.</p> <pre><code> JAVA_HOME="path of jdk folder" e.g: JAVA_HOME=C:\Program Files\jdk1.7.0_01 </code></pre> <p>To install the WAR file distribution using the manual buildomatic steps:-</p> <p>1- If you’re using MySQL, place a MySQL JDBC driver in</p> <pre><code> &lt;js-install&gt;/buildomatic/conf_source/db/mysql/jdbc. </code></pre> <p>2- Start database (MySQL) server.</p> <p>3- Stop your Application server(Apache tomcat).</p> <p>4- Copy mysql_master.properties file from</p> <pre><code> &lt;js-install&gt;/buildomatic/sample_conf </code></pre> <p>and paste it to</p> <pre><code> &lt;js-install&gt;/buildomatic and rename it to default_master.properties. </code></pre> <p>5- Edit default_master.properties file and change the setting of database server and application server according to your system.</p> <p>6- Open a Command Prompt as Administrator on Windows and go to buildomatic directory of JasperReport server and run these commands:-</p> <pre><code>a:- js-ant create-js-db (Creates the JasperReports Server repository database) b:- js-ant create-sugarcrm-db (Optional) Creates the sample databases js-ant create-foodmart-db c:- js-ant load-sugarcrm-db (Optional) Loads sample data into the sample databases js-ant load-foodmart-db js-ant update-foodmart-db d:- js-ant init-js-db-ce js-ant import-minimal-ce </code></pre> <p>(Initializes the jasperserver database, loads core application data. Running js-ant import-minimal-ce is mandatory. The server cannot function without this data)</p> <p>e:- js-ant import-sample-data-ce (Optional) Loads the demos that use the sample data</p> <p>f:- js-ant deploy-webapp-ce Configures and deploys the WAR file to Tomcat</p> <p>Start the application serve. </p> <p>You can see the post <a href="http://passionfordata.blogspot.in/2012/04/installing-jasper-report-server-from.html">Here</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload