I understand everyone is busy with 3.0.2, put has anybody run into my socket problem? I am using JBoss 3.0.1 with the Blackdown 1.3.1 Java. I have a session bean method that needs to open a socket connection. When I run the code outside of JBoss (with Balckdown) it works fine. When I run it inside of JBoss I get a Connection Refused. It is very puzzling. The code is simply:
import java.net.*; Socket socket = new Socket("keyserver",9000); keyserver resolves to the external IP address of the same machine for my original testing, but will be moved to another machine later. I don't understand why the code would work differently in JBoss then outside of it when it is such a standard thing. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user