In some case, you may need to install the WAR file manually when you cannot use the js-install scripts.
The manual buildomatic steps described in this procedure execute the same Ant targets as the js-install scripts (js-install
To install the WAR file distribution using manual buildomatic steps:
1. | Start your database server. |
2. | Stop your application server. |
3. | Create and edit a default_master.properties file to add the settings in for your database and application server as described in Installing the WAR File Using js-install Scripts. |
4. | Open a Command Prompt as Administrator on Windows or open a terminal window on Linux or Mac. Run the following commands: |
Commands |
Description |
cd <js-install>/buildomatic |
Makes the buildomatic directory your current directory. |
js-ant create-js-db |
Creates the JasperReports Server repository database. |
js-ant create-sugarcrm-db js-ant create-foodmart-db |
(Optional) Creates the sample databases. |
js-ant load-sugarcrm-db js-ant load-foodmart-db |
(Optional) Loads sample data into the sample databases. |
js-ant init-js-db- js-ant import-minimal- |
Initializes the jasperserver database, loads core application data. Running js-ant import-minimal- |
js-ant import-sample-data- |
(Optional) Loads the demos that use the sample data. |
js-ant deploy-webapp- |
Configures and deploys the WAR file to Tomcat, JBoss, or |
|
On non-Linux Unix platforms, the js-ant commands may not be compatible with all shells. If you have errors, use the bash shell explicitly. For more information, see Bash Shell for Solaris, IBM AIX, HP UX and FreeBSD. |
If you encounter an error when running create-sugarcrm-db, create-foodmart-db, or create-js-db, you can create the JasperReports Server database manually using the database administration tool for your particular database type. To create the JasperReports Server database manually for
If you have previously installed the databases, you can drop the old versions and then recreate the databases. To do this, run the following drop commands before running the commands in “Buildomatic Targets to Execute to Delete Sample Databases”:
Commands |
Description |
js-ant drop-sugarcrm-db js-ant drop-foodmart-db |
(Optional) Deletes the sample databases. |
js-ant drop-js-db |
(WARNING) This will delete the JasperReports Server repository database. Only run this command if you intend to recreate the jasperserver database |
5. | Set Java JVM Options, as described in Setting JVM Options for Application Servers. This step is required. |