I have two computers , I don’t want to install weblogic and oracle in my development computer, they consume too much memory, the problem is how can I deploy my application on development computer to another free computer which has oracle and weblogic installed ? I am using weblogic 10.3.
Share
Even when not running?
You can use the following tools:
webLogic.Deployer(see the weblogic.Deployer Command Line Reference)wldeploy, the Ant Task version of theweblogic.Deployer(see the wldeploy Ant Task Reference)Other options (if you are using maven):
cargo maven plugin(doesn’t support deployment to remote weblogic)