To test the application running in IIS, produce a decision service, and then review the activity, as described:
  1. In Studio, right-click on a sample project OrderProcessing, and then choose Package and Deploy Decision Services.
  2. Choose Deploy to a Corticon Server, and then click Next.
  3. Check that the IIS Manager has been started.
  4. Enter the server URL http://localhost:80/axis, and then click Test Connection, as illustrated:

  5. If you have a good connection, click Next, and then select the listed ruleflow. Rename it to add the application name such as Order2.1: Click Finish..
  6. In your browser, use http://localhost/axis/corticon/decisionservice/list to fetch all development decision services:

You have confirmed that the axis application is running on IIS server with its decision services and logs.
Note: You should now adjust the log level in the brms.properties file in each application space so that the logs do not get overloaded in DEBUG mode.

Test rules from Studio Tester

  1. Open the Order.ert Ruletest in the project.
  2. Select Ruletest > Testsheet > Change Test Subject.
  3. Choose the Run against Server tab>.
  4. Enter the Server URL http://localhost:80/axis, and then click Refresh:

  5. Click on the Order_2.1 line, and then click OK.
  6. Run the test.

The results show that the rules are running on IIS server.