HI All, I am using JDeveloper 11.1.1.7 we have deployement script[deploy.cmd] to deploy our source code[All projects ] sample as given below " %ORA_LOC%/Middleware/jdeveloper/jdev/bin/ojdeploy -profile arorEngViewADFLib -workspace %WS_LOCATION%//Code/View/View.jws -project EngView " This works fine. But there is a dependency that we have to start the weblogic manually everytime before running this script....
I tried to add the below line so that weblogic server can be started automatically before deploying.
"
\Oracle\JDevHome\system11.1.1.7.40.64.93\DefaultDomain\bin\startWebLogic.cmd
"
The server gets started but the deployment does not happen..
Can anyone help how we can achieve this??