My app is running in a Server(windows 7, Apache Tomcat 7.0) which is connected to a LAN.
My server's IP often changes as the LAN provides dynamic IP.
I want to connect to this app from another systems which are in the same LAN.
Currently I am using IP to connect to the server system.
But as it has dynamic IP I can't relay on it.
Please suggest me a better way to overcome this issue.
Making IP static is not at all an option.