Hi,
I have an application combined from a .net based application pool and a java windows service. The web application accepts requests from clients and is calling the server using the Microsoft Java implementation, working with streams directly to the java service.
While we know the exact Application methods in the Java Service that are invoked when the message is received, they are only shown when we set them to start purepaths.
How can we join the external calls from the .NET web app to the java service in this case ? are there any special native sensors we shoudl use ?
Gil.
Answer by Andreas G. ·
Hi Gil
so - your application tiers use a propriatory protocol via TCP/IP? If that is the case then dynaTrace will not automatically produce and End-to-end PurePath as we have no insight into your custom protocol and therefore cant just add our PurePath ID on your protocol to pass it from .NET to Java.
In these cases we provide an Agent Development Kit which allows you to pass the "PurePath ID"(=PurePath Tag) from .NET to Java. For more information on this check out Agent Development Kit (ADK)
JANUARY 15, 3:00 PM GMT / 10:00 AM ET