Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jdeveloper start integrated startWebLogic using automate script

Venkat L NaiduAug 10 2017 — edited Aug 22 2017

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??

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2017
Added on Aug 10 2017
7 comments
190 views