I understand that there is a jetty plugin for elasticsearch, which enables 
us to run ES in a jetty container instead of using Netty for HTTP.

Is there a way for us to bundle elasticsearch and run it on an existing 
jetty instance, instead of spawning a new jetty instance?

The idea is for us to use a wrapper REST service (which contains business 
model and logic), that talks to elasticsearch for indexing and searching 
capabilities.
We may want to interact with ES cluster using the Java Client from the 
wrapper REST service

For the monitoring and administration, we may want to enable HTTP in a 
single node, and run it on the container where the wrapper REST service 
exists.

Suggestions or experiences will greatly help!

Thanks

-Vidhya

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f5c53302-5eec-4b85-b6dd-8c750690b497%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to