MyEclipse deploy multiple applications to different WebLogic domain __web

Source: Internet
Author: User

http://blog.csdn.net/blackain/article/details/12720653


Many times we may need to deploy multiple applications, but normally myeclipse can only be configured with one WebLogic and we do not want to deploy all applications into one domain. Then run or Debug configuration come in handy, the effect is as follows:

Environment: MYECLIPSE2013,WEBLOGIC12

1. Click Myeclipse->servers->weblogic->weblogic 12.x Configure Weblogic Server

2. Click Myeclipse->servers->weblogic->weblogic 12.x->lauch, click the button

1. Select the "Server" tab, check "Add as Server" and select the domain in the deplyment base directory where you want to deploy the application

2. Select the "Arguments" tab and modify the parameters of the "VM Arguments" input box to

Dwl_home,ddomain_home to the domain path you want to deploy, Dweblogic.management.username,

Dweblogic.management.password login user and password for your domain

"Working directory" select "Other" and enter your domain path

-djava_home=f:/develop/language/jdk1.6.0_30-dbea_home=f:/develop/servicer/oracle/middleware-dwl_home=f:/ develop/servicer/oracle/middleware/user_projects/domains/sxsl_domain-ddomain_home=f:/develop/servicer/oracle/ Middleware/user_projects/domains/sxsl_domain-djava.library.path=f:/develop/language/jdk1.6.0_30/bin; F:/develop/servicer/oracle/middleware/wlserver_12.1/bin; f:/develop/servicer/oracle/middleware/wlserver_12.1/server/bin-djava.security.policy=f:/develop/servicer/ oracle/middleware/wlserver_12.1/server/lib/weblogic.policy-djava.endorsed.dirs=f:/develop/servicer/oracle/ Middleware/wlserver_12.1/endorsed-dweblogic.management.discover=true-dplatform.home=f:/develop/servicer/oracle /middleware/wlserver_12.1-dwls.home=f:/develop/servicer/oracle/middleware/wlserver_12.1/server-dwli.home=f:/ Develop/servicer/oracle/middleware/wlserver_12.1/integration-dweblogic.name=adminserver- dweblogic.management.username=weblogic123-dweblogic.management.password=weblogic123-xms256m-xmx512m -xx:compilethreshold=8000-xx:permsize=48m-xx:maxpermsize=128m-xverify:none-da

3. After the operation, click "Apply" to close the dialog box. This is the end.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.