Sybase recommends that you configure your environment before you proceed with configuring the RepConnector connection.
See Chapter 7, “Customizing the Sender and Formatter Processors,” for more detailed information about using the custom sender and formatter features.
Configuring an EAServer
for a custom sender or formatter processor
If you are running RepConnector on EAServer and plan to use a customized sender or formatter processor, define the full path name to the jar file containing the customized sender processor or message formatter class or classes for the Java Classes property in the EAServer server configuration property:
Start EAServer Manager jagmgr, which resides under the EAServer installation bin directory.
Select Jaguar Manager.
Select Tools | Connect.
Enter the user name, password, host name, and port number to connect to your EAServer.
By default, the user name is “jagadmin” with no password, the host name is “localhost” and the port number is 9000.
Click Connect to connect to EAServer.
Select Servers to expand the folder.
Right-click Jaguar and select Server Properties. The Server Properties window appears.
Select the Java Classes tab.
Click Add to add the SenderProcessor/Formatter jar file. A row is added to the Java Classes.
Enter the full path to the jar file containing the sender processor/message formatter classes.
For example, at the command line, enter:
/work/sybase/EAServer/repra/sample/client/sample.jar
Click OK to save the value.
Restart your application server.
Configuring a WebLogic Server for a custom sender
processor or custom formatter
Verify that the CLASSPATH variable setting in the repra_env.sh includes the full path of the jar file containing the customized sender processor or message formatter classes.
CLASSPATH=/work/bea/repra/sample/client/sample.jar:$CLASSPATH
Restart your Weblogic Server.