Deploying a RuleApp from a RuleApp project
In Rule Designer, you can deploy a RuleApp from the RuleApp editor to one or more instances of Rule Execution Server.
Before you begin
About this task
After you have developed a RuleApp project and Rule Execution Server configurations, you can use the Rule Designer deployment wizard to deploy a RuleApp from the RuleApp editor to one or more instances of Rule Execution Server. You can deploy through more than one Rule Execution Server configurations.
Rule Execution Server supports the HyperText Transfer Protocol (HTTP) and the secured HTTP Over SSL (HTTPS) protocol for secured transmission of web pages. By default, HTTPS supports only trusted certificates, but you can set the Java™ system property ilog.rules.res.allowSelfSignedCertificate to true to allow HTTPS on non-trusted certificates. For Rule Designer to work with non-trusted certificates on Rule Execution Server, add the following parameter to the vmargs property of Eclipse: -Dilog.rules.res.allowSelfSignedCertificate=true.
- To accept self-signed certificates over HTTPS connections, by using the SSL security protocol, set the property to true or SSL.
- To accept self-signed certificates over HTTPS connections, by using the TLS security protocol, set the property to TLS.
- If you do not want to allow self-signed certificates over HTTPS connections, set the property to false.