Previous Topic: Server Manager PropertiesNext Topic: Configure the Database Resource Adapters


Define Build Tool Tokens

You must define the Build Tool tokens required to build and assemble CA Gen EJB Servers.

Follow these steps:

  1. Start the CA Gen Build Tool on your Windows system.
  2. Open the profile in the Profile Manager.
  3. Select JAVA.
  4. Set LOC.JDK_HOME to the disk and root directory where the Java SE is located.
  5. Set LOC.JAVAEE_HOME to the disk and root directory where the Java EE is located.
  6. Expand DBMS and select JDBC.
  7. Set OPT.DBUSER and OPT.DBPSWD as appropriate to access the target database.

    The values for the next three tokens vary by JDBC driver. To determine the values to be entered into the Build Tool, see the documentation for your JDBC driver.

  8. Set OPT.DBCONNECT to the JDBC connection string for the target database. For example:
    jdbc:oracle:thin:@myhost:1521:database
    
  9. Set LOC.JDBCDRIVERS to the driver manager class names to be loaded by the Build Tool before connecting to the JDBC DBMS. For example:
    oracle.jdbc.driver.OracleDriver
    
  10. Set LOC.JDBCDRIVERSCLASSPATH to the disk, directory, and ZIP or JAR file name where the JDBC Driver is located. For example:
    c:\oracle\jdbc\lib\classes12.zip