Test IIS server for multiple Corticon applications
- Last Updated: October 4, 2023
- 2 minute read
- Corticon
- Documentation
- In Studio, right-click on a sample project OrderProcessing, and then choose Package and Deploy Decision Services.
- Choose Deploy to a Corticon Server, and then click Next.
- Check that the IIS Manager has been started.
- Enter the server URL
http://localhost:80/DEV, and then click Test Connection, as illustrated:
- If you have a good connection, click Next, and then select the listed
ruleflow. Rename it to add the application name such as
OrderDEV:
Click Finish. - Repeat steps 1 through 5 for the application PROD.
- In your browser, use http://localhost/DEV/corticon/decisionservice/list to
fetch all development decision services:

- Use http://localhost/PROD/corticon/decisionservice/list to fetch all
production decision services:

- In the File Explorer, look at the DEV and PROD folders. Inside each of those folder
are their respective sandboxes and logs. Examine the logs to see that they are just
for that partition. Note: You should now adjust the log level in the
brms.propertiesfile in each application space so that the logs do not get overloaded byDEBUGmode.
Test rules in two applications from Studio Tester
- Open the
Order.ertRuletest in the project. - Select Ruletest > Testsheet > Change Test Subject.
- Choose the Run against Server tab>.
- Enter the Server URL
http://localhost:80/DEV, and then click Refresh:
- Click on the
Order_DEVline, and then click OK. - Select Ruletest > Testsheet > Add Testsheet.
- Enter the Server URL
http://localhost:80/PROD, and then click Refresh. - Click on the
Order_PRODline, and then click OK.
You can now run development and production rule tests side by side.