View Single Post
  #2 (permalink)  
Old 04-06-2008, 12:32 AM
king sabri's Avatar
king sabri king sabri is offline
Member
 
Join Date: Apr 2008
Posts: 1
king sabri is on a distinguished road
Send a message via MSN to king sabri
Hi ..
Up Up

plz from all ..some one eplain this point

we need know how to know :

1\
Quote:
Originally Posted by lemur View Post
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
2\
The operating system of the server or the remote host


3\
The domains Or the web sites that the server hosts its

I mean the program work like domaintools.com


thanks for all
Reply With Quote