how to establish the socket connection to enduser ?
Posted: Fri Aug 19, 2011 4:04 am
hi all ,
i have running a server program establishes a socket connection on A_server , then i want to establish the socket connection to connect A_server from enduser when user visit my site (http://testsite/) ,
i have try to using java to do socket connection , then using exec to call jar , but i found the connection is webserver connect to A_server , not enduser connect to A_user ,
anyone can give me more hint about it ? how to do ?
cheers,
i have running a server program establishes a socket connection on A_server , then i want to establish the socket connection to connect A_server from enduser when user visit my site (http://testsite/) ,
i have try to using java to do socket connection , then using exec to call jar , but i found the connection is webserver connect to A_server , not enduser connect to A_user ,
anyone can give me more hint about it ? how to do ?
cheers,