> Are you writing your xml by hand, as in no xml writer? That can cause
> problems. In your exception it says "latitude 59&", the & should have
> converted to '&'(I think). If you can use Java6, there is a
> XMLStreamWriter in java.xml.stream that does automatic special
character
> escaping. This
>
> : 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 fil
I have been testing our solr homes and applications with Solr 1.3 using
builds I do from the SVN trunk. All of our code runs fine with Solr 1.2.
I am running Solr under Tomcat 5.5.26 using JNDI.
When running with Solr 1.3, Tomcat comes up clean. However, if you hit
the admin index page, you get