To complete the installation of RepConnector on BEA WebLogic server, you must perform the following tasks:
Stop the BEA WebLogic server.
Modify the startWebLogic.sh start-up script to check for repra_env.sh and call it if it exists. Make this change after the setDomainEnv.sh call.
The portion of the startWebLogic.sh start-up script that you need to modify:
# Call setDomainEnv here.
DOMAIN_HOME=" BEA_installation_directory/bea10/user_projects/domains/mydomain"
. ${DOMAIN_HOME}/bin/setDomainEnv.sh $*
if [ -f /BEA_installation_directory/bea10/repra/bin/repra_env.sh ]
then . /BEA_installation_directory/bea10/repra/bin/repra_env.sh
fi
BEA_installation_directory is
the path to your BEA installation directory.
Start the BEA WebLogic Server.
Run the WLSStart.sh file under the RepConnector home directory.