socket connection timeout in SJSAS

Hi all!

I have a strange problem using sockets in SJSAS (version 9.0_01).

I've deployed a servlet which uses sockets to check some ports on remote hosts (a sort of scanning).

I've set my socket connection timeout, but timeout exception is never thrown.

Sockets seem to be "hung up" in SJSAS.

With Tomcat 5.5.17, no problem. The socket connection timeout works properly.

I've also written a console application to test my code and it works.

Can anybody help me?

Thanks!

Emilio

[539 byte] By [emilio.remognaa] at [2007-11-26 20:15:32]
# 1
Sockets have no problems in Jboss.Connection timeout works.
emilio.remognaa at 2007-7-9 23:22:17 > top of Java-index,Archived Forums,Socket Programming...
# 2
Sockets are implemented by the JRE, not by Tomcat or SJSAS or JBoss. Which JDK/JRE are you using?
ejpa at 2007-7-9 23:22:17 > top of Java-index,Archived Forums,Socket Programming...
# 3
http://forums.java.net/jive/thread.jspa?threadID=23714&tstart=0Thank you for your reply.Regards.EmilioMessage was edited by: emilio.remogna
emilio.remognaa at 2007-7-9 23:22:17 > top of Java-index,Archived Forums,Socket Programming...