Generate the PolicyCenter EAR file for WebLogic

Before you begin

Before proceeding, complete Enable HTTP authentication on WebLogic.

About this task

You can build the PolicyCenter EAR file for WebLogic with or without JDBC drivers by using one of the following commands:

earWeblogicDbcp

Builds the WAR file with JDBC drivers. PolicyCenter manages the database connection pool.

earWeblogicJndi

Builds the WAR file without JDBC drivers. JBoss manges a JNDI database connection pool.

Procedure

  1. Open a command prompt and navigate to the PolicyCenter installation directory.
  2. Execute one of the following commands:
    • gwb earWeblogicDbcp
    • gwb earWebLogicJndi
    Both commands generate the PolicyCenter WAR file in the PolicyCenter dist/war directory.

What to do next

After completing this procedure, proceed to Install the PolicyCenter EAR file on WebLogic.