Hi all,
I'm the maintainer of the Debian solr-jetty package, so I thought I'd
step in. Solr-jetty worked with an earlier version of the Debian Jetty
package, but it doesn't any more with the current Jetty version.
Moreover, the snoop.jsp demo page (http://localhost:8280/snoop.jsp) also
doesn't wor
Hi all,
I'm working on packaging Solr for Debian. The package will install Solr
as a Tomcat 5.5 webapp. I got the package working, but I would like the
package to use the Debian-supplied lucene and xpp3 .jar files, which
with Debian are installed under /usr/share/java. It is Debian policy not
to u
Hi Hoss,
Thanks for your comments. I'm cc-ing three of the Debian Java package
maintainers that also work on Lucene packaging.
Chris Hostetter wrote:
> : as a Tomcat 5.5 webapp. I got the package working, but I would like the
> : package to use the Debian-supplied lucene and xpp3 .jar files, whic
Dear all,
The .jar symlinking part is fixed: what was needed is a line in the
security policy for the webapp:
permission java.io.FilePermission "/usr/share/java/-", "read";
I think it's strange, though, that the Tomcat error log gives a
NoClassDefFoundError instead of some SecurityError. Now Tomca