On Saturday, December 16, 2017 at 6:58:47 PM UTC+1, [email protected] wrote: > > I have a complex environment with multiple hosts...using weblogic > I added the necessary JAVA_OPTIONS in commEnv.sh > with output=file and dumponexit=true, the coverage for all the > applications comes after shutting down > > But when I use output=tcpsever, by using ant, I call the dump method, I > see that only the weblogic classes coverage comes and not my application > coverage > I tried with Java client too but everytime only the coverage of weblogic is > seen >
Make sure that you do actually execute your application prior to requesting dump. > Are there any known issues with tcpserver options > There is no known issues with tcpserver. Moreover output mode doesn't change the way information is collected by agent, only the way it is outputted. > when working with complex environment having multiple servers like BI, SOA > et., > Keep in mind that in case of multiple servers there is multiple agents and hence dump should be requested from each. -- 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/220b7062-0250-418a-aa55-0ec00d173b9c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
