Re: Help with Debian solr/jetty install?

2007-11-23 Thread Jan-Pascal van Best
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

Packaging solr for Debian: using debian-supplied lucene-*.jar

2007-06-03 Thread Jan-Pascal van Best
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

Re: Packaging solr for Debian: using debian-supplied lucene-*.jar

2007-06-04 Thread Jan-Pascal van Best
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

Re: Packaging solr for Debian: using debian-supplied lucene-*.jar

2007-06-04 Thread Jan-Pascal van Best
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