Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOCKET in java EE on a glassfish/tomcat/apache server?

893337Jan 7 2013 — edited Jan 7 2013
As 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2013
Added on Jan 7 2013
2 comments
358 views