The short answer is technically it might be possible but its not a supported configuration. As of Solr 5.x (I forget the exact version), the use of Jetty is an implementation detail, you should treat Solr as a black box, whether it uses Jetty or not is irrelevant, and not something you can "piggy back" on.
It should be trivial to setup a small Jetty installation that deploys your app, why can't you do that? On 7 October 2015 at 17:37, Mugeesh Husain <muge...@gmail.com> wrote: > I am using Solr-5.3 with inbuilt jetty server. everything solr related is > working fine. my problem I have a spring based web application for admin > configuration. > i don't have a another other server, i want to deploy it to jetty server. > > I have googled still could not fine suitable answer. > > can we deploy another war file in this container ? Yes or NO > > > Thanks. > Mugeesh > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-deployed-another-web-project-into-jetty-server-solr-inbuilt-tp4233288.html > Sent from the Solr - User mailing list archive at Nabble.com. >