[Enterprise Extensions only]
  Previous topic

Deploying the code

Follow this procedure when installing on an AEd platform, if you are using an AE platform, then see Installing a BRBeans jar file on AE - overview

  1. Launch the Application Assembly Tool by typing assembly.bat/sh on a command line.
  2. Open BRBeans<DBType>jar in the WAS-HOME\Enterprise\BRBeans directory.
  3. From the File menu, select Generate code for deployment....
    1. Specify the following paths for the Dependent classpath. The paths should be separated either by a ";" (on Windows platforms) or by a ":" (on Unix based platforms).
      • WAS_HOME\lib\brbClient.jar
      • WAS_HOME\lib\brbServer.jar
    2. For Database type, select the type that you will be using.
    3. Click Generate Now.
    This will create a new .jar file called Deployed_BRBeans<DBType>.jar in the same directory.

You have successfully deployed the code.

Proceed to Creating a database.

  Previous topic