: SEVERE: Servlet.service() for servlet jsp threw exception : : java.lang.NoSuchFieldError: config : : at org.apache.jsp.admin.index_jsp._jspService(index_jsp.java:88)
: I have the IBM developer works sample app running under the same Tomcat : instance with the war file I am building and the admin page for that : instance does not throw an exception. I have been able to reproduce the : behavior with nightly builds. : Any ideas on what I might check to resolve this? It looks like you are using JSPs from Solr 1.2 with compiled classes from the nightly trunks ... double check that there aren't some old JSPs lying arround in Tomcat's work directory (try clearing the war and all the JSPs and make sure you get a 404 before adding the war back) -Hoss