What is the easiest way to run Hazelcast hosts on dedicated servers?
We have a web application that uses a Hazelcast distributed map. Hazelcast nodes are currently configured to work in servlet container nodes.
As we expand, we would like to add specialized equipment like Hazelcast nodes.
Then we will no longer need the complete Hazelcast nodes in Servlet containers, these may be clients. (There are licensing costs associated with servlet containers, so downloading from them is good, don't ask ...)
So the question is, what is the minimum installation of a Hazelcast node? Something like installing memcached. All he needs to do is read the configuration and run, no local clients.
I see that it supports Jetty, but is this generally necessary or is there some simple class in those banks that I could execute on JVM raw?
Szocske
source share