tomcat 5.5 win2003,,i can find http://localhost:8080,,it is ok.
i copy solr-nightly.war to "c:\tomcat5.5\webapps\solr.war" i start tomcat,,it auto generate solr directory in "c:\tomcat5.5\webapps\solr" http://localhost:8080/solr/admin/,,,it show me error information: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Exception in JSP: /admin/_info.jsp:8 5: 6: <%@ page import="java.util.Date" %> 7: 8: <!-- jsp:include page="header.jsp"/ --> 9: <!-- do a verbatim include so we can use the local vars --> 10: <[EMAIL PROTECTED] file="header.jsp" %> 11: and i don't know where i should put example/solr if i wanna add lucene-analyzers-2.0.0.jar,,,where i put it? thks.