List Icon
Archive de la liste de diffusion

La liste de diffusion est fermée depuis juillet 2022, mais sert toujours d'archive d'informations sur QF-Test.
Cependant, si vous souhaitez rester informé des nouveautés concernant QF-Test, vous pouvez simplement vous
abonner à la newsletter 

our obtenir des informations à jour sur chaque version - y compris les versions mineures - vous pouvez
nous pouvez vous abonner au flux RSS ou nous suivre sur les médias sociaux.
Alternativement, QF-Test fournit également des informations sur la version elle-même.

Une autre source d'information est notre blog, qui contient des articles actuels sur des thèmes généraux, sur l'entreprise QFS et aussi divers "how-tos", veuillez vous
ABonner au Blog


[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