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.