Genericservlet on a socket
843842Mar 12 2008 — edited Mar 13 2008Hi,
Is it possible to deploy GenericServlets that would listen on TCP/IP socket messages (without the Http GET line)? I need to write a servlet which listens on Sockets. As am totally new to Sockets am little confused. Can anyone help me on this.
As in the API doc for GenericServlet:
Defines a generic, protocol-independent servlet.