How to discover web servers on a local network?

Posted by Stefan Kendall on Stack Overflow See other posts from Stack Overflow or by Stefan Kendall
Published on 2010-04-26T22:45:47Z Indexed on 2010/04/26 22:53 UTC
Read the original article Hit count: 215

Filed under:
|

Suppose I'm running several servers serving basic requests on my local network (say a home network, where all machines generally have an IP in the form K.K.K.x, where x is variable). Is there an easy way to discover all such servers? I would need to find each IP on the network running a particular java server application.

© Stack Overflow or respective owner

Related posts about java

Related posts about discovery