Author: janpascal-guest Date: 2007-08-06 21:05:34 +0000 (Mon, 06 Aug 2007) New Revision: 3997
Modified: trunk/solr/debian/README trunk/solr/debian/TODO Log: Updated README and TODO Modified: trunk/solr/debian/README =================================================================== --- trunk/solr/debian/README 2007-08-06 09:33:45 UTC (rev 3996) +++ trunk/solr/debian/README 2007-08-06 21:05:34 UTC (rev 3997) @@ -7,7 +7,8 @@ - solr-tomcat5.5 installs Solr as a servlet in Tomcat 5.5. After installation, point your browser to http://localhost:8180/solr/admin to see the Solr web administration interface. -- solr-jetty installs Solr as a servlet in Jetty. +- solr-jetty installs Solr as a servlet in Jetty. The Solr admin interface is at + http://localhost:8280/solr/admin/ Solr-tomcat5.5 and solr-jetty use the same index files. If you remove solr-tomcat5.5 and install solr-jetty, you keep the indexes. This implies that solr-tomcat5.5 and @@ -15,7 +16,7 @@ Jetty is broken: you need to add the line $(java.lib.home)/commons-el.jar -near the end of your /etc/jetty/start.config +near the end of your /etc/jetty/start.config (see bug #352093). Homepage: http://lucene.apache.org/solr/ Modified: trunk/solr/debian/TODO =================================================================== --- trunk/solr/debian/TODO 2007-08-06 09:33:45 UTC (rev 3996) +++ trunk/solr/debian/TODO 2007-08-06 21:05:34 UTC (rev 3997) @@ -4,5 +4,6 @@ - Use minimal default configuration instead of everything from the example - Do something with the example (package it, or supply the example files under /usr/share/doc/solr) -- Maybe: add solr-standalone package (using embedded Jetty like the Solr example) - +- Maybe: add solr-standalone package (using embedded Jetty like the Solr + example). This would depend on the Jetty package, though, so maybe it's not + such a useful idea. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

