You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/01/17 11:50:16 UTC

[Solr Wiki] Trivial Update of "FAQ" by PaulWaring

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "FAQ" page has been changed by PaulWaring:
http://wiki.apache.org/solr/FAQ?action=diff&rev1=82&rev2=83

Comment:
Correcting use of 'i'

  }}}
  Another possibility is to use java.net.URLDecoder/URLEncoder to transform all parameter value to UTF-8.
  
- == Solr started, and i can POST documents to it, but the admin screen doesn't work ==
+ == Solr started, and I can POST documents to it, but the admin screen doesn't work ==
  The admin screens are implemented using JSPs which require a JDK (instead of just a JRE) to be compiled on the fly.  If you encounter errors trying to load the admin pages, and the stack traces of these errors seem to relate to compilation of JSPs, make sure you have a JDK installed, and make sure it is the instance of java being used.
  
  NOTE: Some Servlet Containers (like Tomcat5.5 and Jetty6) don't require a JDK for JSPs.