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

    NoteBEA_installation_directory is the path to your BEA installation directory.

  3. Start the BEA WebLogic Server.

  4. Run the WLSStart.sh file under the RepConnector home directory.