Set up the RepConnector environment so that RepConnector can load customized classes
for message transformation or message destination routing.
- 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
- Restart your application server.