Generate the PolicyCenter EAR file for WebLogic
Before you begin
About this task
You can build the PolicyCenter EAR file for WebLogic with or without JDBC drivers by using one of the following commands:
|
Builds the WAR file with JDBC drivers. PolicyCenter manages the database connection pool. |
|
Builds the WAR file without JDBC drivers. JBoss manges a JNDI database connection pool. |
Procedure
- Open a command prompt and navigate to the PolicyCenter installation directory.
-
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.
