| ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Administering Rule Execution Server > Changing the Console Persistence Type |
Changing the Console Persistence Type |
PREVIOUS NEXT |
You can change the persistence type of Rule Execution Server to a file system or a database.
To change the Rule Execution Server Console persistence type:
For example, to change the persistence in JBoss, open jrules-bres-management-JBOSS40.ear/jrules-bres-management.war /WEB-INF/web.xml and locate the following lines:
<web-app>
...
<context-param>
<param-name>persistenceType</param-name>
<param-value>datasource</param-value>
<!-- param-value>file</param-value -->
</context-param>
...
</web-app>
If you use file persistence, you can change the persistence directory in the web.xml file:
<web-app>
...
<context-param>
<param-name>filePersistenceDirectory</param-name>
<param-value>res_data</param-value>
</context-param>
...
</web-app>
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |