I would like to implement a socket server to which several clients will connect. To make the implementation as simple as possible and not need to coordinate flow and connection management, etc., I would like to use Tomcat. We are already using tomcat as part of our solution.
I'm sure Tomcat can be used for non-server servlets and socket connections - with GenericServlet. I would like this to be confirmed and any advice that may be given on implementation.
UPDATE - using tomcat seems like the wrong tactic - little is gained from the rest of the tomcat infrastructure. Has anyone received any other implementation recommendations? For example, Apache MINA is recommended - any others?
java tomcat servlets
Grouchal Jul 02 '09 at 18:25 2009-07-02 18:25
source share