: bin/catalina.sh run, and you see the log messages in the current : window, and you can exit with CRTL-C. : So perhaps we could have our own start script that figured out the : current solr home, sets it via JAVA_OPTS, and calls "bin/catalina.sh : run"
I dunno... it already bugs me a little that the example/tutorial rely on on sh/curl, and have to have that disclaimer about Cygwin that's made more then one person assume cygwin was required to use Solr on windows. I've been thinking that once we figured out where/how to commit SOLR-20 it would be really nice to use "java -jar post.jar exampledocs/*" instead of the current "sh exampledocs/post.sh exampledocs/*" ... adding another shell script just moves us away from that. .,.then again, having an example setup that breaks on non ascii characters and simple XML escaping is anoying too ... I guess I'm a +0 on the issue of switching to tomcat with a custom start script. -Hoss