Embedded configuration

I want to configure elasticsearch in order to be, on the same Tomcat Application Server, embedded server for many applications running as clients.
If I look at elasticsearch.yml I'm not able to understand how I should configure it.
Could someone suggest the correct way or, at least, where I can find documentation ?
Tks
Tullio

I am not quite sure what you are referring to. If you want to run
elasticsearch as a servlet, you can take a look
at GitHub - elastic/elasticsearch-transport-wares: Servlet transport for Elasticsearch. Alternatively,
you can just create an elasticsearch node in your application or run it as
a separate process on the same machine and use transport client to connect
to it.

On Sunday, June 3, 2012 9:06:13 AM UTC-4, tullio0106 wrote:

I want to configure elasticsearch in order to be, on the same Tomcat
Application Server, embedded server for many applications running as
clients.
If I look at elasticsearch.yml I'm not able to understand how I should
configure it.
Could someone suggest the correct way or, at least, where I can find
documentation ?
Tks
Tullio

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Embedded-configuration-tp4018749.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.