hi All, Kindly guide me in resolving the following issue which is coming while testing Apache Solr 3.6 with Tomcat 6 while trying to access " http://localhost:8080/solr-example/"
HTTP Status 500 - ------------------------------ *type* Exception report *message* ** *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException: java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext; org.apache.jasper.servlet.JspServlet.service(JspServlet.java:268) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306) *root cause* java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext; org.apache.jsp.index_jsp._jspInit(index_jsp.java:24) org.apache.jasper.runtime.HttpJspBase.init(HttpJspBase.java:52) org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:164) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:340) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306) *note* *The full stack trace of the root cause is available in the Apache Tomcat/6.0.35 logs.* ------------------------------ Apache Tomcat/6.0.35 I followed instruction given in link (http://wiki.apache.org/solr/SolrTomcat ) 1) First Installed tomcat 6 2) Download solr 3.6 zip http://mirror.cc.columbia.edu/pub/software/apache/lucene/solr/3.6.0/apache-solr-3.6.0.zip 3) Follow steps mentioned inside *Installing Solr instances under Tomcat *( http://wiki.apache.org/solr/SolrTomcat#Installing_Solr_instances_under_Tomcat ) 4) TRy to open http://<host>:8080/solr-example/admin or http://<host>:8080/solr-example. ( while accessing these pages i am geting above mentioned Error Kindly help me out in resolving this problem Thanks in advance. With Regards, Amit Handa