Ooopps, yes, I forgot it. Thanks, francesc

El dc 20 de 10 de 2010 a les 06:50 +0200, en/na Mladen Turk va escriure:
> On 10/20/2010 01:21 AM, Francesc Oller wrote:
> > Please what I am doing wrong?
> >
> >        Socket.bind(s, addr);
> >
> 
> You need to tell the socket to listen after
> binding it to the address. eg:
> 
> Socket.listen(s, 10);
> 
> >        long ns = Socket.accept(s);
> >
> 
> 
> Regards



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to