Socket « JBoss « Java Enterprise Q&A





1. How to serve a socket from a J2EE application?    stackoverflow.com

We would like to serve some client requests within our J2EE application server (JBoss 4.2.3). I read that the J2EE spec doesn't allow opening a socket from an enterprise ...

2. java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind (JBOSS)    stackoverflow.com


I'm using JBoss 4.0.5 GA on Windows 7 with Java version 1.5 (I have to use older java version and a JBoss because I'm working with a legacy system). And when ...

3. Why No Server Side Sockets?    stackoverflow.com

I was perusing the JBoss Remoting documentation and I am trying to understand the reason for bidirectional transport. The documentation states that there could be security implications to allowing the server ...

4. Configure Local port for the client socket - Jboss Remoting    stackoverflow.com

i am a newbie to jboss remoting. Is there any possibility to set client port if both the client and server is behind the firewall? Let me explain my environment. I ...

5. socket exception in Jboss    stackoverflow.com

I'm getting a socket exception as follows:

2010-12-30 11:49:16,921 WARN  [org.jboss.system.ServiceController] Problem starting     service jboss:service=HAJNDI
java.rmi.server.ExportException: Listen failed on port: 1101; nested exception is: 
    ...

6. Unable to connect with the Remote Jboss Queue?    coderanch.com

Hi.. we are using JBoss server in out project.JBOSS server will run in the one system and we have appication called NIO-SREVER it will listen Queue in another JBOSS. its working fine up to some days.After that our systems are hacked by some one so we closed some of the ports on the server where JBOSS is Running. now i am ...