List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie aber über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren
Newsletter abonnieren

Um aktuell die Informationen zu jeder Release - auch Minor Releases - zu bekommen, können Sie den
RSS-Feed abonnieren oder uns in sozialen Medien folgen.
Alternativ bietet QF-Test auch selbst eine Versionsinformation an.

Eine weitere Informationsquelle ist unser Blog, in dem es aktuelle Beiträge zu allgemeinen Themen, zur Firma QFS und auch diverse "How-Tos" gibt:
Blog abonnieren


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] Check If an Process is already running


  • Subject: [QF-Test] Check If an Process is already running
  • From: Eichner Lukas VIB-AZ311 <Eichner.Lukas@?.de>
  • Date: Tue, 23 Jun 2015 10:42:20 +0200

Hi all,
 
is there any way to check if a specific process / client has already been started and is running atm.?
 
In the test I'm building up a JBoss with Maven, which fails, if there is an JBoss running.
Sometimes the test doesn’t run until the end, so I forget to stop the JBoss. When I restart the test, the Maven build fails, because the JBoss is already running.
 
I want to make an If-Condition before the Maven-Build to check and probably stop the JBoss process.
 
Best regards,
Lukas