On 3/15/2016 2:56 PM, Paul Hoffman wrote:
>> It sure looks like I started Solr from my blacklight project dir.
>>
>> Any ideas?  Thanks,
>>

You may need to get some help from the blacklight project.  I've got
absolutely no idea what sort of integration they may have done with
Solr, what they may have changed, or how they've arranged the filesystem.

Regarding the Jetty problem, in the directory where the "start.jar" that
you are running lives, there should be a lib directory, with various
jetty jars.  The jetty-xml jar should be one of them.  Here's a listing
of Jetty's lib directory from a Solr 4.9.1 install that I've got.  I
have upgraded to a newer version of Jetty:

root@bigindy5:/opt/solr4# ls -al lib
total 1496
drwxr-xr-x  3 solr solr   4096 Aug 31  2015 .
drwxr-xr-x 13 solr solr   4096 Aug 31  2015 ..
drwxr-xr-x  2 solr solr   4096 Aug 31  2015 ext
-rw-r--r--  1 solr solr  21162 Aug 31  2015
jetty-continuation-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr  61908 Aug 31  2015
jetty-deploy-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr  96122 Aug 31  2015 jetty-http-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr 104219 Aug 31  2015 jetty-io-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr  24770 Aug 31  2015 jetty-jmx-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr  89923 Aug 31  2015
jetty-security-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr 357704 Aug 31  2015
jetty-server-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr 101714 Aug 31  2015
jetty-servlet-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr 287680 Aug 31  2015 jetty-util-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr 110096 Aug 31  2015
jetty-webapp-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr  39065 Aug 31  2015 jetty-xml-8.1.14.v20131031.jar
-rw-r--r--  1 solr solr 200387 Aug 31  2015 servlet-api-3.0.jar

The Jetty included with blacklight may contain more jars than this.  The
Solr jetty install is stripped down so it's very lean.

Thanks,
Shawn

Reply via email to