: Hi, I followed the tutoral to download solr4.4 and unzip it, and then i : started jetty. i can post data and search correctly, but when i try to open : admin page, it's always show "loading".
the admin UI is entirely rendered by client side javascript in your browser -- so the most important question we need to know is what OS & browser you are using to access the web UI. if your browser has a debug/error console available, it would also help to know if it mentions any errors/warnings. -Hoss