i use winxp java1.5. i started "[EMAIL PROTECTED]:~/tmp/solr/solr-nightly/example$ java -jar start.jar", and everything is ok.
but i wanna open http://localhost:8983/solr/admin/,,,firefox display nothing and gcc shows long error and warning. my java setting is: JAVA_HOME:c:\program files\java\jre1.5.0_08 classpath: %JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar and i try [EMAIL PROTECTED]:~/tmp/solr/solr-nightly/example/exampledocs$ sh post.sh solr.xml http://localhost:8983/solr/select/?stylesheet=&q=solr&version=2.1&start=0&rows=10&indent=on that is ok. anyone can tell me?