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.
相关问题
- ClickOnce updates all files. Why?
- Spring error - springframework.web.client.HttpClie
- WCF service deployment - tools
- Robocopy to copy files to a remote machine
- NServiceBus - Type was not registered in the seria
相关文章
- Override env values defined in container spec
- Comparing string and boolean in Expression languag
- What is a good way to deploy a Perl application?
- Deploying C++ game in Linux
- Can't get Jenkins to start using Tomcat
- Swift 4 - Setting a minimum deployment target
- Publish is not transforming web.config?
- weblogic受管服务启动不起来
If you use the Ant Task, then be sure and include the upload="true" parameter. This will copy the war, ear file to the remote weblogic system so you don't have to.
Wldeploy works like a charm. The configuration looks like this.
Just specify all the properties correctly be it localhost or a remote machine. It should work.
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)