forked from ringcentral/jagger8
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
nmusienko edited this page Feb 19, 2013
·
2 revisions
This section describes how to run a simple test configuration that is bundled with the Jagger distribution.
If you supposed use mysql, manually apply patches from mysql-patches/patches.sql
File jagger-distribution-$VERSION$-full.zip contains:
-
configuration- Configuration for Jagger modules. -
libs- third party libraries used by Jagger. -
modules- Jagger core logic. -
profiles- instruction to Jagger about modules that should be launched (local, ci-report, distributed). - shell scripts for launching.
cd JAGGER_HOME
unzip jagger-distribution-$VERSION$-full.zip
Steps for running Jagger in the local mode with configuration for Google requesting with pool of queries are specified below.
- Edit
JAGGER_HOME/configuration/master/session.properties - Change
chassis.master.session.configuration.bean.namevalue totestHttpTargetConfiguration - Run Jagger
./start.sh profiles/local/environment.propertiesor
java -Xmx2G -Xms2G -classpath "modules/chassis/*;modules/diagnostics/*;lib/*;configuration/boot/" -Dlog4j.configuration=jagger.log4j.properties com.griddynamics.jagger.JaggerLauncher profiles/local/environment.propertiesAfter execution finished report.pdf is available in the current directory.