Hi,
I want to implement an application, which consists of two different
servers (TCP / Http). In a later version these servers should run on
different machines in different JVM's. Because of some old code I must
migrate step by step to this new architecture. In the first step I want
to run both servers in the same JVM as separate applications to share
some old data structures in an easy way between them yet. The problem
is, that I must use at the moment the old Http-Server (not Mina enabled).
Where can I find some additional information on how to do this. Maybe
somebody knows some good links?
Best Regards
Michael