Completing RepConnector installation on BEA WebLogic

To complete the installation of RepConnector on BEA WebLogic server, you must perform the following tasks:

  1. Stop the BEA WebLogic server.

  2. 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
    

    NoteBEA_installation_directory is the path to your BEA installation directory.

  3. Start the BEA WebLogic server.

  4. Run the WLSStart.bat file, which is located in the RepConnector home directory.