Bug 23874 - New wlstart task to start weblogic managed servers
Summary: New wlstart task to start weblogic managed servers
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.6.0
Hardware: Other other
: P3 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2003-10-16 21:28 UTC by Robert Anderson
Modified: 2009-07-31 03:45 UTC (History)
0 users



Attachments
the source (6.81 KB, text/plain)
2003-10-16 21:29 UTC, Robert Anderson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Anderson 2003-10-16 21:28:26 UTC
This is a new task to start weblogic managed servers. This task is different 
than the <wlrun> task that is used to start an administrative server and will 
cause ant to run until the server is stopped. This task will start the managed 
server by contacting the admin server, which then starts the managed server via 
the NodeManager. This task will allow users to start servers remotely also. The 
task is similar enough to <wlstop> that it may be best to make a common parent 
class for both <wlstop> and <wlstart>.
Comment 1 Robert Anderson 2003-10-16 21:29:08 UTC
Created attachment 8601 [details]
the source
Comment 2 Robert Anderson 2003-10-16 21:34:50 UTC
A common parent class would make it easier to create future tasks like 
<wlstatus> that might return the state of the specified managed server. Or 
<wlping>, etc.