You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by "Srinivasan, Radha" <Ra...@stercomm.com> on 2009/07/15 09:11:48 UTC

How to run Cactus tests on already running Weblogic server?

Hi,

I am trying to use <runservertests> since I could not do it with cargo.

I have started the server with test war deployed

This is what I have in the xml

 

<runservertasks
testurl="http://${server}:${port}/<webapp>/ServerRedirector/Cactus_Servi
ce=RUN_TEST" starttarget="start.weblogic.92"
stoptarget="stop.weblogic.92" testtarget="test"/>

 

--> starttarget and stoptarget are empty targets.

 

Thanks

Radha Srinivasan