November 2003
Intermediate to advanced
1488 pages
36h 35m
English
The version of Ant that ships with WebLogic Sever 8.1 has built-in tasks specific to WebLogic Server. The wlserver Ant task enables you to start, reboot, shut down, and connect to an existing WebLogic Server instance or create a new one. The wlconfig Ant task enables you to change the configuration of a WebLogic Server domain. The sample Ant script build file shows how to create and delete a connection pool in the MedRec domain that is installed when you install WebLogic Server with examples. Listing 38.5 shows a script that calls an Ant task file.
@echo off @rem set environment variable for WebLogic Home set WL_HOME=f:\bea\weblogic81 @rem set the environment call %WL_HOME%\server\bin\setWLSEnv.cmd ... |
Read now
Unlock full access