SOCKET in java EE on a glassfish/tomcat/apache server?
893337Jan 7 2013 — edited Jan 7 2013As the title suggests: I wanna play with a socket in glassfish/ tomcat/ apache in Java EE. The specification is that it should be a pure socket! (not http socket) because I will have compatibility issues otherwise. Is this possible?
If so, then please give me a starting point (I'm pretty good with Java SE, never worked with EE and I rarely interacted with the "networking" side of Java).
I've used sockets before in Java but this is an extremely specific problem since I will use an apache/ tomcat/ glassfish server in Java and i will have a C / C++ client app talking to it.