ANT SCRIPT
- It’s used to move the projects one environment to other environments
- It’s used to deploy/undeploy the projects, applications/mds.
Ant contains two folders
- Applications
Application (Heloworld)
build.properties file, project(add 2 numbers)
- Tools
ant
- Builds (folder)
- Helloworld (folder)
helloworldapp1
a) deploy
SCA –INF
- Lib (folder)
- Logs (folder)
- Mds (folder)
seeds
apps
common, company
- num num file
- properties file
- XML document
- Deploy all windows batch file
- jndi properties file.
1)Applications:
- Paste project inside application (Hello world)
- Edit build.properties file and give
- Project name
- Version
- Enabled = true
- Partition
Inclined to build a profession as Oracle SOA Developer?
Then here is the blog post on Oracle SOA Training Online.
2)Tools:
Edit
deploy all and give
- Set Oracle home path
- Set java home path
- Set ANT home path
- Set path =
- Set current folder = %CD%
ant – f build.xml deployall/deploy mds/deploy app
Edit
build properties file
- bea.home =, 1) java.parsed.home =, 1) oracle.home =
- bea.home =, 2) java.parsed.home =, 2) wl.home =
- output.dir = D:/temp
- Application = helloworld
- repository = D:/oracle/middleware/ - / - / seed/apps
- applications = com
- #mds.applications = company, common
- plan.environment = dev/prod/test
- serves URL = http:// local host :8001
Dev.user = weblogic, dev.overwrite = true
Dev.password = welcome 1
Dec.force default =true
Dev.server = local host
Dev.port = 8001
- server aurl = same aj above dev. ##
- Edit
xml
<project name = “helloworld app” default = “deploy all”> <property environment =” env”/>
Note 1:
If it is not working then you have to create one folder inside apps ---> folder name = com
[D:/oracle/middleware/j developers/ integration/seed/apps]
- Com
- Xml
- Xsd
- wsdl
Note 2:
Must create cfg plan
- add_cfg plan_dev.xml
- add_cfg plan_test.xml
- add_cfg plan_port.xml
For Indepth knowledge on Oracle SOA, click on below
- Oracle SOA ATA (Application Integration architecture)
- How to work with FTP(File transfer protocol) in Oracle SOA
- Oracle SOA Interview Questions & Answers
- Oracle SOA Admin Interview Questions
- Oracle SOA Tutorials