I have submitted an enhancement request to bugzilla for the <wlstop> and <wlstart> tasks. Bug IDs # 23873 and 23874. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23873 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23874
If you are interested, please vote for these bugs. Attached to the bugs are the diff -u for <wlstop, and the source for <wlstart>. Go ahead and use the tasks and send feedback. Thanks, -Rob Anderson -----Original Message----- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 2:15 PM To: Anderson, Robert H - MWT Cc: user@ant.apache.org; [DL] MLG_Web_Master Subject: RE: Start and stop weblogic managed servers Definitely add it :-) -----Original Message----- From: Anderson, Robert H - MWT [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 2:10 PM To: '[EMAIL PROTECTED]'; Anderson, Robert H - MWT Cc: 'user@ant.apache.org'; [DL] MLG_Web_Master Subject: RE: Start and stop weblogic managed servers Yes. I am talking about making it easier... <target name="start"> <wlstart classpath="${weblogic.classes}" user="${weblogic.user}" password="${weblogic.password}" beahome="${weblogic.beahome}" managedserver="${weblogic.managedserver}" url="${weblogic.url}"/> </target> This would contact the admin server and start the managed server through the NodeManager. -----Original Message----- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 2:04 PM To: Anderson, Robert H - MWT Subject: RE: Start and stop weblogic managed servers <target name="start.weblogic.81"> <java classname="weblogic.Server" fork="yes" dir="${target.weblogic81.dir}/testdomain"> <classpath> <pathelement location="${weblogic.home.81}/weblogic81/server/lib/weblogic.jar"/> <pathelement location="${weblogic.home.81}/weblogic81/server/lib/knex.jar"/> <pathelement location="${oracle.driver}"/> <pathelement location="${junit-jar}"/> <pathelement path="${pm.properties.path}"/> </classpath> <jvmarg value="-hotspot"/> <jvmarg value="-ms64m"/> <jvmarg value="-mx64m"/> <jvmarg value="-Djava.library.path=${java.library.path};${weblogic.home.81}/weblogic 81/server/bin"/> <jvmarg value="-Dweblogic.Name=testserver"/> <jvmarg value="-Dbea.home=${weblogic.home.81}"/> <jvmarg value="-Dweblogic.management.username=${weblogic.username}"/> <jvmarg value="-Dweblogic.management.password=${weblogic.password}"/> <jvmarg value="-Djava.security.policy==./server/lib/weblogic.policy"/> <jvmarg value="-Dweblogic.management.server=localhost:7001"/> </java> </target> Or are you talking about making it easier? -----Original Message----- From: Anderson, Robert H - MWT [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:49 PM To: '[EMAIL PROTECTED]'; Anderson, Robert H - MWT Subject: RE: Start and stop weblogic managed servers Cactus is a testing framework. How does cactus accompish the administrative task of starting and stopping managed weblogic servers? Is there an ant task that already does this? Please explain. Thanks, -Rob Anderson -----Original Message----- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: Start and stop weblogic managed servers Cactus does this already.. http://jakarta.apache.org/cactus/ -----Original Message----- From: Anderson, Robert H - MWT [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:23 PM To: 'user@ant.apache.org' Cc: [DL] MLG_Web_Master Subject: Start and stop weblogic managed servers I was working with the wlstop ant task and realized that this task will stop the admin server only. I have made an enhancement to that task that will allow you to stop managed servers in weblogic 7. I hava also created a task that can start weblogic managed servers in weblogic 7. Is anyone interested in these tasks? Should I attempt to persuede the committers to add the enhancement and new tasks to ant? Robert Anderson Sr. Web Administrator Menlo Logistics (503) 450-2880 desk (503) 781-4726 cell --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]