Configuring an Application Server for a Custom Sender Processor or Formatter

Set up the RepConnector environment so that RepConnector can load customized classes for message transformation or message destination routing.

  1. Verify that the CLASSPATH variable setting in the repra_env.bat file on Windows, or the repra_env.sh file on UNIX, includes the full path of the jar file containing the customized sender processor or message formatter classes.
    • On Windows:
      <AppServer_install_dir>\repra\sample\client\sample.jar;%CLASSPATH%
    • On UNIX:

      <AppServer_install_dir>/repra/sample/client/sample.jar:$CLASSPATH
  2. Restart your application server.
Related tasks
Customizing the Sender and Formatter Processors