How to identify a running background mock service on windows 7?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2016
04:13 AM
06-02-2016
04:13 AM
How to identify a running background mock service on windows 7?
I have successfully ran mockservicerunner.bat -b to launch a background Mock service. But how do I view the process on windows 7? I cannot identify a process/service that looks like a candidate using windows system tools like netstat, I want to stop and restart it so need to kill it off. Any help appreciated , thanks.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016
01:47 AM
06-08-2016
01:47 AM
You can find a corresponding process using the Process Explorer utility. In my case it's the "java.exe" process from the "C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\jre\bin" folder with the following command-line:
"C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\..\jre\bin\java" -Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dgroovy.source.encoding=iso-8859-1 "-Dsoapui.home=C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\\" -Dsoapui.ext.libraries="C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\ext" -Dsoapui.ext.listeners="C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\listeners" -Dsoapui.ext.actions="C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\actions" -cp "C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\soapui-pro-5.1.2.jar;C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\..\lib\*;C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\jre\lib\jfxrt.jar" com.eviware.soapui.SoapUIProMockServiceRunner -m "Account creation mock" "C:\Users\User_Name\SoapUI-Tutorials\Sample-REST-Project-soapui-project.xml"
Regards,
Evgeny Efimkin
Customer Care Engineer
Evgeny Efimkin
Customer Care Engineer
