if you implement the solution thru Ant build.xml
and put in a StartApache Target
and exec the Apache start e.g.
"G:\Program Files\Apache Group\Apache2\bin\Apache.exe" -w -f "G:\Program
Files\Apache Group\Apache2\conf\httpd.conf" -d "G:\Program Files\Apache
Group\Apache2\."

Hope this helps,

Martin Gainty

______________________________________________

Disclaimer and confidentiality note

Everything in this e-mail and any attachments relating to the official
business of Laconia Data Systems (LDS) is proprietary to the company. It is
confidential, legally privileged and protected by law. LDS does not own and
endorse any other content.

----- Original Message -----
From: "Robertson, Jason" <[EMAIL PROTECTED]>
To: "'Cactus Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 6:31 PM
Subject: RE: Stopping the Server at the Beginning of Tests


> If you start the server manually before running your build process, the
> runsservertests will detect this and not try to start the server.
> Subsequently, it won't try to stop it when it is done since it wasn't the
> one who started it. Does this solve your problem?
>
> Jason
>
> -----Original Message-----
> From: Clint Shank [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 19, 2003 2:57 PM
> To: [EMAIL PROTECTED]
> Subject: Stopping the Server at the Beginning of Tests
>
>
> Hi,
>
> I'm trying to do this kind of automated testing:
>
> stop a running server instance
> get the latest code and build
> start the server
> run the tests
> wait for the next build cycle which is a few hours away
>
> I'm actually using CruiseControl for this and am using the
> runservertests Ant task.  The ultimate goal is to keep the server up
> until the next build cycle for manual testing.  I first tried removing
> the stopTarget of runservertests, but the build fails saying this is
> required.  Any suggestions?  I'm using 1.4b1.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to