Try OpenEdge Now
skip to main content
Application Developer's Guide
Developing Business Process Server adapters : Dynamic reloading of adapters
 

Dynamic reloading of adapters

Business Process Server applications can reload the latest version of the adapter class dynamically from the BP Server without stopping the server. The BP Server is configured to dynamically reload adapter classes from the OEBPS_HOME\ebmsapps directory defined in the oebps.conf file as the parameter oebps.application.home. Therefore, store the adapter classes under the OEBPS_HOME\ebmsapps directory.
The BP Server also dynamically loads JAR files from the OEBPS_HOME\ebmsapps\<process_name>\lib and OEBPS_HOME\ebmsapps\common\lib folders and class files from the OEBPS_HOME\ebmsapps\common\classes, OEBPS_HOME\ebmsapps, and OEBPS_HOME\ebmsapps\common\ejbadapters folders.