How To Deploy The DVA Webapp In The OC4J Container Of The DB Console ?
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.2Information 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_
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.
Make sure that the string "YOUR_ORACLE_HOME" is replaced with the path of your oracle home.
Example:
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.
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to Build and Deploy a Next.js App on Apache ServerUIJSAPPApacheServer
- How to fix elements to the bottom of the container in css? (four ways)AICSS
- dva
- kubectl get deploy
- deploy-your-site
- Github deploy key使用Github
- Maven Deploy 簡單操作Maven
- Deploy Google BBR on CentOS 7GoCentOS
- dva入手指南
- dva的基本用法
- linux搭建webapp實戰LinuxWebAPP
- Container on AWSAI
- Container & MicroserviceAIROS
- 禁用console
- harbor+k8s deployK8S
- New way to deploy SSL VPN in LinuxLinux
- Kubernetes - Deploy wiki.js on clusterJS
- js中console日誌詳解 | console groupJS
- WebApp與NativeApp的區別WebAPP
- dva-原始碼解析原始碼
- react前端框架dva(四)React前端框架
- react前端框架dva(三)React前端框架
- dva 路由跳轉示例路由
- How to ssh
- 2.3.7 Container MapsAI
- maven打包 package install deploy區別MavenPackage
- 給 linux deploy 的映象擴容Linux
- Vue2.x全家桶WebAppVueWebAPP
- vue仿貓眼電影webappVueWebAPP
- 仿網易雲音樂webAppWebAPP
- dva-原始碼解析-下原始碼
- How to find dependency
- flutter Container的decorationFlutterAI
- console 除錯技巧除錯
- console除錯命令除錯
- Console LDAP 配置解密LDA解密
- dva使用yarn編譯出錯Yarn編譯
- dva中元件的懶載入元件
- react+dva+antd介面呼叫方式React