Skip Headers
Oracle® Identity Manager Best Practices Guide
Release 9.0.3

Part Number B32451-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2 Configuring Your Application Server

This chapter describes how to configure your application server. It contains these sections:

Configuring JBoss Application Server

This section describes how to configure JBoss application server. It contains these topics:

Removing JBoss Components

For a JBoss installation, some JBoss components are not required by Oracle Identity Manager. These files vary for stand-alone and cluster installations.

You can remove the following components:

  • Cache invalidation service (keep for a clustered installation)

  • J2EE client deployer service

  • Integrated HAR deployer and Hibernate session Management services

  • JMX Console

  • Management console

  • Console/email monitor alerts

  • UUID key Generation

  • JBoss scheduler manager

  • Scheduler service

  • Test queues and topics

  • Mail service

  • HTTP Invoker

  • CORBA/IIOP

  • AOP Application

  • Web services support

Removing Files and Directories

The following sections list the files and directories that you can remove after installing Oracle Identity Manager.

Non-Clustered Installations

Remove the following files from JBOSS_HOME/server/default/deploy/:

  • cache-invalidation-service.xml

  • client-deployer-service.xml

  • monitoring-service.xml

  • scheduler-service.xml

  • schedule-manager-service.xml

  • http-invoker.sar

  • mail-service.xml

  • jboss-aop.deployer

  • jboss-ws4ee.sar

Remove the following directories from JBOSS_HOME/server/default/deploy/:

  • jboss-hibernate.deployer

  • jmx-console.war

  • management

  • uuid-key-generator.sar

Remove the following file:

JBOSS_HOME/server/default/deploy/jms/jbossmq-destinations-service.xml.

Open the JBOSS_HOME/server/default/conf/jboss-service.xml file and remove the following attribute:

<attribute name'"RMI_IIOPService">jboss:service=CorbaORB</attribute>

Clustered Installations

Remove the following files from JBOSS_HOME/server/all/deploy/:

  • client-deployer-service.xml

  • monitoring-service.xml

  • scheduler-service.xml

  • schedule-manager-service.xml

  • httpha-invoker.sar

  • mail-service.xml

  • jboss-aop.deployer

  • jboss-ws4ee.sar

Remove the following directories from the JBOSS_HOME/server/all/deploy/:

  • jboss-hibernate.deployer

  • jmx-console.war

  • management

  • uuid-key-generator.sar

Remove the following file:

JBOSS_HOME/server/all/deploy-hasingleton/jms/jbossmq-destinations-service.xml

Open the JBOSS_HOME/server/all/conf/jboss-service.xml file and remove the following attribute:

<attribute name'"RMI_IIOPService">jboss:service=CorbaORB</attribute>

Configuring WebLogic Application Server

Set the transaction timeout parameter in the weblogic.profile file to 20 minutes or higher, depending on the size of your transactions.