I'm starting Cygwin with Apache solr-4.3.1 like so: @echo off C: chdir C:\cygwin\bin rem bash --login -i bash -c "cd /cygdrive/c/solr-4.3.1/example/;java -Dsolr.solr.home="./example-DIH/solr/" -jar -Xms200m -Xmx1200m start.jar -OPTIONS=jsp"
But when I go to http://localhost:8983/solr/db/admin/analysis.jsp I get a 500 error `Problem accessing /solr/db/admin/analysis.jsp. Reason: JSP support not configured` Why? -- View this message in context: http://lucene.472066.n3.nabble.com/JSP-support-not-configured-in-cygwin-with-Apache-Solr-tp4161613.html Sent from the Solr - User mailing list archive at Nabble.com.