Verifying that the application server is called

Verify that repra_env.sh has the correct application server identified.

For EAServer

At the command line:

  1. Using a text editor, open:

    $JAGUAR/repra/bin/repra_env.sh
    
  2. Verify that SERVER_TYPE is defined. If it is not, define the variable by entering:

    SERVER_TYPE=EAS
    

For WebLogic Server

At the command line:

  1. Open the following file with an editor:

    $BEA_HOME/repra/bin/repra_env.sh
    
  2. Verify that SERVER_TYPE is defined. If it is not, define the variable by entering:

    SERVER_TYPE=WEBLOGIC