Powered By Blogger

Wednesday, July 31, 2013

WLST commands for deploying SOA composite



WLST commands for deploying SOA composite
1.Go to the following directory
/soainstallationfolder/mw_home_1/Oracle_SOA1/common/bin/
2. Run the following command
./wlst.sh
3. You  would get the following
wls:/offline>
4. Now Given this command to deploy
sca_deployComposite("http://SoaServer:8001","/abcfolder/ /soa/sar/sca_SampleComposite_rev10.jar",true,"weblogic","weblogic1",true,"/xyzfolder/soa/config/SampleComposite_cfgplan.xml")
5. You will see the message

serverURL = http:// SoaServer:8001
sarLocation = /abcfolder/soa/sar/sca_SampleComposite_rev10.jar partition = default
overwrite = 1
user = weblogic
forceDefault = 1
configplan = / xyzfolder/soa/config/SampleComposite_cfgplan.xml
keepInstancesOnRedeploy = 0
timeout = -1
set user and password...
set config plan...
Processing sar=/abcfolder/soa/sar/sca_SampleComposite_rev10.jar partition = default
Adding sar file - /abcfolder/soa/sar/sca_SampleComposite_rev10.jar partition = default
INFO: Creating HTTP connection to host:soaserver, port:8001
INFO: Received HTTP response from the server, response code=200
---->Deploying composite success.

6. Go to the em and check if the composite has been deployed.

Note: For each composite you need to execute this command. In future post I will tell how to execute All the composites in single command

No comments: