Create a 12c development server from the SOA 12c Quickstart
So at the time of writing there is only the “Quickstart” 12C SOA and BPM. That’s all fun and games, it installs straight out of the box.
However, I want a real development environment, and run it on my dev server.
So, first thing first.
- Download the SOA Suite and BPM 12c.
- Then install the SOA Suite quick installer.
- Install BPM 12c in the same ORACLE_HOME as the SOA Suite.
- Make sure you have a certified database available. 11gR2 Express Edition will do (although some warnings will show up).
And now it is business as usual.
- Go to your <SOA_SUITE>/common/bin and run rcu.
(On Windows, edit the rcu.bar, and change line 112 in such a way that $JAVA_HOME is replaced by the hardcoded path to your java.exe. Otherwise it won’t start). - Create your database schemas as usual.
Notice the kickass new features with creating the database schemas: you can now create a database install script from RCU which your DBA can run for you! - After the RCU, go to <SOA_SUITE>/wlserver/bin and run config to create your domain!
So the Domain Config Creation Utility is pretty much as we already know from 11g, only more elaborate.
Select your components. Look, everything is there (SOA, OSB, BPM and more):
And the database configuration of course. Note: a lot more data sources:
Create your servers, (note the new server groups), and cluster configuration (if you want). Note: for a quick installation, choose a Development domain, because a Production domain with clusters requires additional coherence configuration which I’ll will skip right now.
Continue the wizard (and note some neat new features like nodemanager configuration and front end host setup) and there you have it: a stand alone development domain of your brand new SOA Suite 12c. A great starting point for further exploring SOA 12C!
Happy coding!
Overzicht blogs
Geen reacties
Geef jouw mening
Reactie plaatsenReactie toevoegen