To complete the installation of RepConnector on BEA WebLogic server, you must perform the following tasks:
Stop the BEA WebLogic server.
Modify the startWebLogic.cmd start-up script to check for repra_env.bat and call it if it exists. Make this change after the setDomainEnv.cmd call.
The portion of the startWebLogic.cmd start-up script that you need to modify:
@REM Call setDomainEnv here.
set DOMAIN_HOME=BEA_installation_directory\bea10\user_projects\domains\mydomain
for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
if exist BEA_installation_directory\BEA10\repra\bin\repra_env.bat CALL
BEA_installation_directory\BEA10\repra\bin\repra_env.bat
BEA_installation_directory is
the path to your BEA installation directory.
Start the BEA WebLogic server.
Run the WLSStart.bat file, which is located in the RepConnector home directory.