Hi, The Ant 'runservertests' doesn't proceed to 'testTarget' after starting the Weblogic6.1 server; just hangs there. This problem encountered on a WinNT system. The same code seem to work fine on Linux. The Ant target and the output where it hangs is included below.
Any help is greatly appreciated. Thanks, Satya ---------------------------------- Here is the target. <target name="run-weblogic61-tests" depends="cactus-init" if="weblogic.home.61" > <runservertests testURL="http://${host.name}:${test.port}" startTarget="start-weblogic61" stopTarget="stop-weblogic61" testTarget="weblogic61-tests" /> </target> Here is the output... start-weblogic61: [weblogic61-start] Starting WebLogic Server .... [weblogic61-start] <Apr 3, 2002 1:17:25 PM PST> <Notice> <Management> <Loading c onfiguration file D:\src\_tmp\weblogic61\config\mydomain\config.xml ...> [weblogic61-start] <Apr 3, 2002 1:17:30 PM PST> <Notice> <WebLogicServer> <Start ing WebLogic Admin Server "myserver" for domain "mydomain"> [weblogic61-start] <Apr 3, 2002 1:18:04 PM PST> <Notice> <Management> <Applicati on Poller started for development server.> [weblogic61-start] <Apr 3, 2002 1:18:04 PM PST> <Notice> <WebLogicServer> <Liste nThread listening on port 9080> [weblogic61-start] <Apr 3, 2002 1:18:04 PM PST> <Notice> <WebLogicServer> <SSLLi stenThread listening on port 7002> [weblogic61-start] <Apr 3, 2002 1:18:05 PM PST> <Notice> <Management> <Starting discovery of Managed Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false> [weblogic61-start] <Apr 3, 2002 1:18:05 PM PST> <Notice> <WebLogicServer> <Start ed WebLogic Admin Server "myserver" for domain "mydomain" running in Development Mode> ---------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
