How To Deploy The DVA Webapp In The OC4J Container Of The DB Console ?

尛樣兒發表於2011-08-04
How To Deploy The DVA Webapp In The OC4J Container Of The DB Console ? [ID 1335363.1]

  修改時間 20-JUL-2011     型別 HOWTO     狀態 PUBLISHED  

In this Document
  
  
  


Applies to:

Oracle Database Vault - Version: 9.2.0.8 to 11.2.0.2 - Release: 9.2 to 11.2
Information in this document applies to any platform.

Goal

How to deploy DVA to the OC4J Container of the Enterprise Manager DB Console?

Solution



1. Go to $ORACLE_HOME/dv and make sure that the dv_webapp.ear file exists.
2. Delete the directory dv_webapp.

3. Stop dbconsole:


emctl stop dbconsole


4.  Modify server.xml and http-web-site.xml files from $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole__/config




a. Modify server.xml by adding the following line  before :




Note:
Make sure that the string "YOUR_ORACLE_HOME" is replaced with the path of your oracle home.


Example:


application-directory="../../oc4j_applications/applications"
check-for-updates="adminClientOnly"
deployment-directory="../application-deployments"
connector-directory="../connectors"
schema-major-version="10" schema-minor-version="0" >



























========================

b. Modify http-web-site.xml by adding the following line before :



Example:











5. Restart DB console:


emctl start dbconsole


Note:
When using RAC repeat the above steps for all the nodes.


References

- Master Note For Oracle Database Vault

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-704156/,如需轉載,請註明出處,否則將追究法律責任。

相關文章