or so... <property name="wt.headless" value="true" />
Thanks a lot ! My other issue with threading was a java one...I needed to run the InputStreamReader in a separate thread... Markus > wt.init.headless or so? > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, September 23, 2008 11:30 AM > To: [email protected] > Subject: [Webtest] Webtest as service in the background > > Hallo, > > We have a couple tests I'd like to run on a regular basis just to > test if the webapps are still alive. > I have my own monitoring tool which creates an rss-file and handles > logfiles or HTTP[200] responses so far. > > When I tried to integrate Canoo WebTest, I had the following issues: > > - When starting the webtest command in java with > Runtime.getRuntime().exec(command); > the WebTest Monitor only starts up, after the process has exited. > > Even a child.waitFor() or a Thread.sleep(20000) didn't help. > My idea was to check the results\\WebTestOverview.xmlwhen finished. > (do you happen to have an xsd for this xml, so that I can "jaxb" the result?) > > - How can I ommit the popup of the WebTestMonitor and the Report. > Especially the Report is quite disturbing when running as service ona server. > (the -quiet command only ommits log-entries) > > Kind regards, > Markus Heidt > > If you are not the intended addressee, please inform us immediately > that you have received this e-mail in error, and delete it. We thank > you for your cooperation. If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation.

