ILOG JRules User Guide > Running and Debugging > Getting Started > Tutorial: Debugging a Remote Rule Execution Server Application > Task 2: Executing the Loan Validation Application

This task describes how to execute the loan validation application ruleset and analyze the results. You will find that there is a bug in the execution.

To execute the loan validation application:

  1. Start a browser and enter the address where you deployed the loan validation application. If you use the JBoss server provided with JRules, use the following URL:
  2. http://localhost:8080/LoanValidation
  3. For other application servers, use the following URLs:
  4. - Oracle: http://localhost:8888/LoanValidation
    - SunAS82: http://localhost:8080/LoanValidation
    - WebSphere: http://localhost:9080/LoanValidation
    - WebLogic: http://localhost:7001/LoanValidation
    images/loanvalidurl.png
    The home page of the loan validation application provides three sample execution scenarios. Given borrower and loan information, the home page displays what result you should expect when you run the loan validation application.
  5. Click Start loan validation.
  6. Leave the following default values for the borrower information:
  7. images/borrower.png
  8. Click Next Step.
  9. Leave the following default values for the loan information:
  10. images/loan.png
  11. Click Calculate loan.
  12. The expected result is a report that validates the loan application. However, the actual result does not approve the loan.
    images/loanvalidresult.png
    There is a bug in the execution of the rules of the loan application validation.
    The problem seems to be in the repayment or corporate score that are used in the grade computation. You need to debug the ruleset.

images/arrow_next.gif Next: Task 3: Preparing for a Remote Debug Session in Rule Studio