On Tue, Jul 7, 2015, at 05:03 PM, Steven White wrote:
> Hi Everyone,
> 
> This may be a question to be posted on Jetty mailing list, but I figured
> I
> should start here first.
> 
> Using Solr 5.2.0, when I start Solr, http://localhost:8983/solr/ is the
> entry point.  My question is:
> 
> 1) Where is "solr" on the file system?
> 2) How can I add http://localhost:8983/MyHandler/ to Jetty?
> 
> For #2, I'm exploring the possibility of using the existing Web Server to
> see if I can have an additional application running on the same host as
> Solr.

Why do you want to do this? It is not recommended as you are not
supposed to think of Solr as a servlet container.

If you *must*, then you can place a war file in the webapps directory
next to solr.war and it will expand and be available when you start
Jetty.

You cannot be sure that this behaviour will work long term.

Upayavira

Reply via email to