ILOG JRules User Guide > Deploying Rules > Tasks > Working With Rule Execution Server Configurations > Creating a Rule Execution Server Configuration

A Rule Execution Server Configuration project stores configurations that provide the information necessary for Rule Studio to connect with Rule Execution Server when you deploy a RuleApp.

To create a Rule Execution Server Configuration:

  1. On the File menu, click New, then click Other.
  2. In the project Wizard selection wizard, expand ILOG Rule Studio, select Rule Execution Server Configuration Project, then click Next.
  3. On the Rule Execution Server Configuration Project page, select the name of the project, then click Next.
  4. On the Configure Rule Execution Server page, select the appropriate application server and click Next.
  5. On the Server Configuration page, enter the require Installation and Deployment directory details.
  6. The configuration Name and Rule Execution Server Console URL are automatically completed as follows, depending on the application server you selected:
    JBOSS: http(s)://localhost:8080/bres
    Oracle managed: http(s)://localhost:7777/bres
    Oracle standalone: http(s)://localhost:8888/bres
    Sun AS: http://localhost:8080/bres
    Tomcat: http(s)://localhost:8080/jrules-bres-management
    WebLogic: http(s)://localhost:7001/bres
    WebSphere: http(s)://localhost:9080/bres
    Other: http(s)://localhost:/bres
  7. Enter the following details, if you have them:
  8. Login:
    Password:
    Client application URL.
  9. Click Finish.

The server name, the console URL, and the application URL are stored in a <servername>.esc file in the project directory.

The login and password are stored in a configurations.xml file in the <workspace>/.metadata/.plugins/ilog.res.studio.res/ directory.

Related Concepts

Rule Execution Server Configurations

Related Tasks

Creating a Rule Execution Server Configuration Project
Editing a Rule Execution Server Configuration
Testing a Rule Execution Server Connection
Opening the Rule Execution Server Console