(re-posting as new email thread to see if this will make it to the list)
That didn't help. I still get the same result and virtually no log to help me figure out where / what things are going wrong. Here is all that I see in C:\Solr\solr-5.2.1\server\logs\solr.log: INFO - 2015-07-23 05:29:12.065; [ ] org.eclipse.jetty.util.log.Log; Logging initialized @286ms INFO - 2015-07-23 05:29:12.231; [ ] org.eclipse.jetty.server.Server; jetty-9.2.10.v20150310 WARN - 2015-07-23 05:29:12.240; [ ] org.eclipse.jetty.server.handler.RequestLogHandler; !RequestLog INFO - 2015-07-23 05:29:12.255; [ ] org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@5a5fae16 {HTTP/1.1}{0.0.0.0:8983} INFO - 2015-07-23 05:29:12.256; [ ] org.eclipse.jetty.server.Server; Started @478ms Does anyone know where / what logs I should turn on to debug this? Should I be posting this issue on the Jetty mailing list? Steve On Wed, Jul 22, 2015 at 10:34 AM, Peter Sturge <peter.stu...@gmail.com> wrote: > Try adding the "start" call in your jetty.xml: > <Set name="name">Realm Name</Set> > <Set name="config"><SystemProperty name="jetty.home" > default="."/>/etc/realm.properties</Set> > <Set name="refreshInterval">5</Set> > <Call name="start"></Call>