The goal is checking that an application is running on a given server. Some kind of license check.
Ideally the license will contain an IP address, and some Java code will check this IP address is the one where the Java process is running.
Think about NAT, clouds, nodes, virtual machines and all little beasts.
Any hints, ideas are welcomed