I'm trying to connect using the java.net.Socket class from within a Session 
bean.  It works outside of JBoss, but I get "Connection Refused" in Jboss.

Socket socket = new Socket("localhost",9000);

I'd check the forums but www.jboss.org is down for me.

Is there some security that I am not aware of?


-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to