Hello ,
I have to instantiate ES within a Tomcat process. Normally ES is instantiated as a separate process and clients connect to it.
What I would like to do is to instantiate the ES within a Tomcat and connect to it using a client. How do I tell the Tomcat to instantiate Elasticsearch class so that the ES gets started when the Tomcat instance is up.