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
On Sun, 2007-06-03 at 09:55 +0200, Jan-Pascal van Best wrote:
> Hi all,
>
> I'm working on packaging Solr for Debian.
Very nice. :)
Since this is a developer topic I think this topic should be discussed
on our dev list.
salu2
--
Thorsten Scherler thorsten.at.ap
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
: 2) i'm vaguely familiar with debian policy on "no redundency" but i'm not
: sure it relaly applies here ... the published releases of Solr only
: include one jar: the solr.jar (which contains solr source code for use in
whoops ... my bad, i forgot we do actually include all of the other jars
in
: 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 unnecessarily duplicate .jars on the same system.
:
: I've tried the follo
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