Post-installation tasks for Windows

RepConnector requires specific environment variable settings to run with your application server and target messaging systems. These environment variables are set in the repra_env.bat file. The location for repra_env.bat is:

Most environment variables are already set correctly for your environment in repra_env.bat. However, you must verify that the environment variable for your messaging system is properly set, and that repra_env.bat is called by the batch file that starts your application server.

NoteIf you modify repra_env.bat, you must restart your application server for the new values to take effect.

StepsVerifying that user_setenv.bat calls repra_env.bat (EAServer)

  1. Go to EAServer\bin.

  2. Right-click user_setenv.bat and select Edit.

  3. Verify that user_setenv.bat contains this line:

    if exist "%JAGUAR%\repra\bin\repra_env.bat" CALL "%JAGUAR%\repra\bin\repra_env.bat"
    

StepsModifying the server-starting batch file to call repra_env.bat (WebLogic)

See your BEA documentation for details about the WebLogic installation.

  1. Locate the batch file that starts the server. Typically, the file is in the domain directory and is called startWebLogic.cmd.

    For example, the file could be: C:\BEA\user_projects\domains\mydomain\startWebLogic.cmd

  2. Modify the file to call repra_env.bat. Add the new line just above the line that starts the server. For example:

StepsStarting EAServer

Start EAServer at the command line or from the Windows Start menu.

The server is started when “Accepting connections” displays on the last line.

StepsRestarting WebLogic

  1. Use your Web browser to log in to the WebLogic Server Console. For example:

    http://localhost:7001/console
    
  2. From the console, log in to your WebLogic server using the user name and password of the admin user.

  3. Go to <your domain name>/Servers/<your server name>.

  4. Right-click the server, and from the drop-down list, select Start/Stop This Server.

  5. On the next Web page, choose one of the shutdown options:

    NoteSee the WebLogic Administrator's Guide from BEA for detailed information about shutdown options.

  6. Click OK to shut down the server.

  7. To start the server, do one of:

  8. Verify the server running status from the command line console by checking for the following message:

    Server started in RUNNING mode
    
  9. Execute WLSStart.bat from the RepConnector directory to complete the WebLogic installation process.

See the WebLogic documentation for more information.