View Single Post
  #1 (permalink)  
Old 11-15-2007, 06:01 AM
lemur lemur is offline
Member
 
Join Date: Nov 2007
Posts: 1
lemur is on a distinguished road
how client know what kind of server
Can a client java program know what kind of server it is running in web?

example:

http:// www. page . com is running in apache.

the client connect:
URL pagserver=new URL("http://www.page.com");
or
socket socketclient=new socket(www.page.com,8080);

=> server is APACHE or JETTY , etc.....

How to know?





note: examples:Webserver Search
-What's that site running?...-
Netcraft

Last edited by lemur : 11-15-2007 at 06:08 AM.
Reply With Quote
Sponsored Links