Oracle SOA Suite

来源:互联网 发布:简单的逻辑学知乎 编辑:程序博客网 时间:2024/06/05 15:02
Oracle SOA Suite
     ——soa_windows_x86_bpel_101310
Create BPEL Application Server / BPEL manager server
 
Installing and Using Independent OC4J 10g 10.1.3
 
Note.1
Do not install Oracle JDeveloper into a directory path that includes a space (for example, in C:/Program Files/JDev). If you do, you receive an error when you compile BPEL processes.
 
Oracle JDeveloper is only available in English and Japanese. Oracle BPEL Control and Oracle JDeveloper retrieve and display text messages from Oracle BPEL Server in the server locale on certain pages.
 
Note.2
Oracle JDeveloper 10.1.3.1 Studio is not installed with Oracle BPEL Process Manager and must be downloaded and installed separately.
 
You can determine the version number of Oracle BPEL Process Manager and Oracle JDeveloper for support purposes.
To check the Oracle BPEL Server version on Windows:
1. Select Start > All Programs > Oracle-Oracle_Home > Oracle BPEL Process Manager and select Developer Prompt.
2. Enter obversionat the command prompt.
 
To check the Oracle JDeveloper version: Start Oracle JDeveloper and select About from the Help menu. Click the Version tab, and look for the line BPEL Designer.
 
Installing BPEL manager
Configure DHCP
Refer to http://blog.csdn.net/tinawang11/category/240504.aspx
 
If you will install SAO SUITE in the machine with a static IP, you can ignore this step, while in the way of DHCP, please first to setup Lookback Adapter.
1、run the command ipconfig /all to check if you have installed Loopback Adapter, if done, install BPEL manager directly.
Ps: The procedure to setup under windows2000 or windowsXP is not different.
2、configure DHCP
Add hardware: network card àMicrosoftàLoopback Adapter àset a static IP.
E.g. IP Address: 192.168.8.1   subnet mask: 255.255.255.0
Change the file hosts
e.g. 192.168.8.1    sstt.WORKGROUP sstt
3、Install PM
4、post install
Start PM
http://localhost:9700/oc4jusersguide.pdf
 
Key step
Configure environment variable
ORACLE_HOME - the physical directory in which your application server is installed
E.g. set ORACLE_HOME =C:/OraBPEL/bpel/system/appserver/oc4j
 
Independent OC4J 10g 10.1.3
The default password of OC4Jadmin is “welcome1”
While,
Embedded OC4J Server, ought to do the following step:
Unzip oc4j.jar
You can also activate the oc4jadmin account before starting OC4J, using the jazn.jar tool. This tool is located in the ORACLE_HOME /j2ee/home/directory. The syntax is as follows:
jazn.jar -activateadmin password
Or run ORACLE_HOME /jdev/bin/ start_oc4j to set the password of oc4jadmin in the command.
Ps: whether to choose the independent or embedded server is done as you like.
Other
Two user accounts, named default and bpeladmin, are automatically created with your Oracle BPEL Process Manager installation. The initial password for both accounts is welcome1. Change the password on both accounts immediately after installation is completed.
 
Useful information
C:/jdevstudio10131/install/readme.txt
About the file installed, please refer to the file named bpelsetupinfo.txt ,which also contained kinds of URL of BPEL components.
 
e.g. (The port may be different as the following, please refer to the above file)
File name: bpelsetupinfo.txt
Locate: C:/jdevstudio10131/bpel
Oracle BPEL Process Manager Setup Information
 
Useful Links:
 
BPEL Console
http://sstt:9700/BPELConsole
 
Getting Started with Samples
C:/jdevstudio10131/bpel/samples
 
Worklist Application
http://sstt:9700/integration/worklistapp/Login
 
Enterprise Manager (only in middle tier)
http://sstt:9700/em
To run an example:
Configuring the Container Once you install Oracle SOA Suite, you need to create a connection pool, data source, and database adapter for the SOA Order Booking application.
 
 >>>>>>>>>>>>>>>