Following are the brief steps for installing SOA 11g
- Install database 11g (11.1.0.7) including configuring TNS and listener
- Create repository using Oracle RCU (Repository Creation Utility
- Install WLS (weblogic Server) and create a middleware home
- Download JDeveloper 11.1.1.2 and install. Specify the same Middleware Home in previous step when being asked
- Install SOA 11g inside middleware home
- Use config.sh or WLST to create and configure SOA domain and managed servers
Download Locations:
You can download all the required software from following location
- Oracle Database 11g (11.1.0.7) – http://www.oracle.com/technology/software/products/database/index.html
- Oracle SOA suite 11g (11.1.1.2.0) – http://www.oracle.com/technology/software/products/middleware/index.html
- Oracle RCU (11.1.1.2.0) – http://www.oracle.com/technology/software/products/middleware/htdocs/fmw_11_download.html
- Oracle WLS 11gR1 (10.3.2) – http://www.oracle.com/technology/software/products/middleware/index.html
- Jdeveloper 11gR1 (11.1.1.2.0) - http://www.oracle.com/technology/software/products/middleware/index.html
Detail Steps:
New DB instance:
- Install DB 11gR1 (version 11.1.0.7.0) on machine A. If A has already had a 11gR1 db, you should reuse it. You should create a separate SID by running: $DB_HOME/bin/dbca.sh
- RCU:
Download RCU and run. $RCU_HOME/bin/rcu
Specify DB info in machine A when being asked. Ignore error message if any. Keep default schema name.
- Weblogic:
Run the installation file, and then follow the default value to install.
- Jdeveloper:
Run the installation file, and then follow the default value to install.
- SOA: $SOA_HOME/Disk1/runInstaller
- Components Issue:
Download the 2 missing components and install.
- Kernel Parameter Errors:
checking for hardnofiles = 65536 found hardnofiles = 1024 Failed
checking for softnofiles = 4096; softnofiles = 1024
Fix:
Changing the limits in /etc/security/limits.conf
add the following 2 lines:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
- Restart OS and re-install: to make sure all are passed.
- Config SOA server: $middleware_home/Oracle_SOA1/common/bin/config.sh
- Start/Stop weblogic and SOA server:
-
- Start:
After domain creation start the weblogic server using
·
$middleware_home/user_projects/domain/$domain_name/bin/startWeblogic.sh
-
- start the managed servers: SOA_SERVER-- Input the user and password for weblogic admin login
$middleware_home/user_projects/domain/$domain_name/bin/startManagedWeblogic.sh soa_server1
3. wls console: port default as 7001
http://hostname:port/console
4. You can then login to EM using: port default as 7001
http://hostname:port/em
-
- Stop
Stop soa_server1: Input the user and password for weblogic admin
$middleware_home/user_projects/domain/$domain_name/bin/stopManagedWeblogic.sh soa_server1
$middleware_home/user_projects/domain/$domain_name/bin/stopWeblogic.sh
分享到:
相关推荐
### Oracle SOA Gateway 安装及EBS应用发布Webservice服务 #### 一、概述 Oracle SOA Gateway 是Oracle SOA Suite的一个重要组件,用于在WebLogic Server与外部客户端之间提供安全、高效的通信渠道。本文档将详细...
Oracle SOA Suite是一套完整的中间件产品集合,旨在帮助用户设计、实现和部署服务集成的解决方案。Oracle SOA Suite 12c是Oracle提供的面向服务架构套件的最新版本,它支持从简单到复杂的服务集成需求。 文档标题为...
cd /home/oracle/soft/install/soa_schemas/irca ``` 4. **执行IRCA脚本**: - 在`irca`目录下,可以看到多个文件,包括`irca.sh`等。使用安装数据库的用户执行`irca.sh`脚本: ``` [oracle@oracle irca]$ ./...
此外,手册还专门讲解了如何在Oracle EBS环境中部署JRE(Java Runtime Environment)和集成SOA网关(Oracle E-Business Suite Integrated SOA Gateway)。这些组件对于EBS的运行至关重要,尤其是在处理Web服务和集成...
Oracle SOA Suite是业界领先的SOA平台之一,它提供了一套全面的工具和服务来构建、部署和管理SOA应用程序。本文档将详细介绍如何在Windows平台上安装SOA 11g Release Candidate 3 (RC3)。 #### 二、安装前准备 ###...
1. **安装OEPE**:下载并安装OEPE通常有两种方式,一是通过Eclipse Marketplace,二是直接下载OEPE的更新站点链接,然后在Eclipse的“Install New Software”中添加这个链接进行安装。安装过程中需要选择与当前...
yum install bind bind-devel bind-chroot bind-libs bind-utils bind-devel ``` 安装完成后,接下来对 DNS 服务器进行必要的配置。 ##### 2. 修改配置文件 配置文件位于 `/etc/named.conf`。打开此文件,并按照...
《Oracle FMW 12.2.1.4.0 Weblogic Server Quick Install详解》 Oracle Fusion Middleware (FMW) 是Oracle公司推出的一套全面的企业级中间件平台,旨在帮助企业构建、部署和管理复杂的分布式应用。在FMW 12.2.1.4.0...
1. **Tuxedo中间件**:Oracle Tuxedo 是一款企业级的交易处理中间件,它提供了高性能、可扩展的服务导向架构(SOA)解决方案。Tuxedo 10 是该中间件的一个重要版本,它支持C、C++、Java等多种编程语言,并且可以与...
Maven的`mvn install -DskipTests=true`命令可以跳过单元测试,直接进行构建。 13. **微服务理解** 微服务是一种架构风格,强调将单一应用程序划分为一组小型、独立的服务,每个服务专注于特定业务功能。微服务...
Maven的`mvn install -DskipTests=true`命令可以在构建时不执行测试。 14. **对前任领导的印象** 在面试中,应避免对前任领导的负面评价,展示积极、专业的态度。 15. **微服务** 微服务是一种将大型应用拆分成...
本系统的设计和实现充分体现了Java在开发Web应用程序方面的强大功能,尤其在面向服务的架构(SOA)和企业级应用中的优势。 1. **Java技术基础** - **Java编程语言**:Java是跨平台的、面向对象的编程语言,以其...
Tuxedo8是一款基于Unix的服务导向架构(SOA)平台,常用于构建和运行企业级交易处理系统。 【描述】提到的问题表明,原有的安装程序可能由于某些原因无法正常使用,例如光盘损坏或格式不兼容,导致从光盘上读取安装...
面向服务编程(SOA)强调以服务为中心的软件设计思想,服务之间通过定义好的接口和合约来交互。 #### 二、WEB UI相关 **1. Form中的input类型** - **text**: 文本输入。 - **password**: 密码输入。 - **submit**...