OK, I've messed around with the latest version of jetty6 a bit, and it seems to work fine. I removed jars and apps that we didn't need, and ended up with the following:
[EMAIL PROTECTED] /cygdrive/f/root/example2 $ ls -RF .: conf/ data/ etc/ lib/ logs/ start.jar* webapps/ ./conf: protwords.txt schema.xml* solrconfig.xml* stopwords.txt synonyms.txt ./data: index/ ./data/index: segments* ./etc: jetty.xml* keystore* realm.properties* ./lib: jetty.jar* jsp/ servlet-api-2.5.jar* ./lib/jsp: commons-el-1.0.jar* jasper-runtime-5.5.12.jar* jasper-compiler-5.5.12.jar* jcl104-over-slf4j-1.0-rc5.jar* jasper-compiler-jdt-5.5.12.jar* slf4j-simple-1.0-rc5.jar* ./logs: ./webapps: solr.war* Everything weighs in at 3.2MB, not too bad at all. To start one just executes "java -jar start.jar", nice and cross-platform. As far as what goes into the svn repository, everything except: - solr.war, which would get copied during "ant dist" I guess - ./data/, which is created when Solr starts up. Does that look right? -Yonik