Hi Frank,
Need some help on other 2 options of TCP Socket Server and Client way of retrieving execution data? Where can I find some good examples or procedures?
Thanks,
Rahul
On Tuesday, March 10, 2015 at 5:26:26 PM UTC+5:30, Frank Krumm wrote:
> Did you end websphere?
> I read in doc:
> "The JaCoCo agent collects execution information and dumps it on request or when the JVM exits. There are three different modes for execution data ouput:File System: At JVM termination execution data is written to a local file.TCP Socket Server: External tools can connect to the JVM and retrieve execution data over the socket connection. Optional execution data reset and execution data dump on VM exit is possible.TCP Socket Client: At startup the JaCoCo agent connects to a given TCP endpoint. Execution data is written to the socket connection on request. Optional execution data reset and execution data dump on VM exit is possible."