ILOG JRules User Guide > Deploying Rules > Getting Started > Tutorial: RuleApp Management > Task 2: Deploying a RuleApp Using Ant

Before you carry out this step, you need to make sure your environment is set up to execute Ant tasks.

Note
See Setting Up Your Environment to Use Ant for information on setting up your environment to correctly execute the Ant tasks.

To deploy a RuleApp using an Ant task:

  1. Open a command line window.
  2. Navigate to <TutorialsDir>/resruleappmanagement.
  3. Type: ant deploy
  4. The Ant target should deploy the loanvalidation RuleApp from the data/loanvalidation.jar file.
  5. Verify that the result reads: Deploy succeeded
  6. images/08-ant-deploy.png

images/arrow_next.gif Next: Task 3: Making a Tour of the Rule Execution Server Console