Hi Marc,
           Thanks for reply. So I need to write a java code , which will keep a 
open tcp connection with java agent running my tomcat.

Thanks
Abhishek


On Monday, 7 September 2015 19:07:09 UTC+5:30, Marc R. Hoffmann  wrote:
> Hi Abhishek,
> 
> output modes are exclusive.
> 
> But dumponexit=exit and e.g. output=tcpxxx can be combined. This means 
> the JaCoCo agent dumps coverage data to a open connection on JVM exit.
> 
> Regards,
> -marc
> 
> 
> 
> On 2015-09-05 20:55, [email protected] wrote:
> > Hi,
> >         I want know is there any possibility is their to use 
> > combination of
> > output=file and output=tcp? Means on exit jvm generate exec file and
> > on tcp request it will provide coverage data to client.
> > At present i am able to use any of following :-
> > javaagent:/var/lib_jacoco/jacocoagent.jar=destfile=/var/jacoco.exec,append=true,dumponexit=true,output=file
> > or
> > javaagent:/var/lib_jacoco/jacocoagent.jar=output=tcpserver,address=111.11.1.111,port=6300
> > 
> > I am ok with something like as below if it works :-
> > javaagent:/var/lib_jacoco/jacocoagent.jar=destfile=/var/jacoco.exec,append=true,dumponexit=true,output=tcpserver,address=111.11.1.111,port=6300
> > 
> > 
> > Thanks
> > Abhishek

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/02a1cfc7-adaf-4c82-a7c9-cb65c543269f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to