establish socket connection
hi all
i am a problem with establishing connection through socket
what i want to do is:
establish connection with servlet which is deployed on tomcat server
let url of servlet behttp:192.123.0.3:8080/abc/servlet
192.123.0.3 is host
8080 is tomcat port
abc/servlet is servet url
can any body help me out
thanks

