Generate the PolicyCenter WAR file for JBoss
Before you begin
About this task
You can build the PolicyCenter WAR file for JBoss with or without JDBC drivers by using one of the following build 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 warJbossDbcp
- gwb warJbossJndi
Both commands generate the PolicyCenter WAR file in the PolicyCenter dist/war/JbossJndi or dist/war/JbossDbcp directory.
- Deploy the package to JBoss according to the instructions for deploying an application included with JBoss.
What to do next
After completing this procedure, proceed to Start PolicyCenter on JBoss.
