Configure the WebLogic environment using ANT

xiaoxiao2021-03-05  39

Use Ant to configure the WebLogic environment, enabling developers to work as soon as possible.

1. Establish Domain and Server. Use WLSERVER TASK

2. Configure the connection pool and DataSource

3. Deploy uses WLDEPLOY

Original: http://dev2dev.bea.com.cn/bbs/jishudata/ArticleShow.jsp? Id = 7

Reference: http://e-docs.bea.com/wls/docs81/admin_ref/ant_tasks.html# 1023006

Note: The original text is a little problem, the properties of the build.proerties file should use the escape character:

BEAHOME = D: // devs // bea

Otherwise Ant will report an error.

转载请注明原文地址:https://www.9cbs.com/read-33441.html

New Post(0)