[ 
https://issues.apache.org/jira/browse/SOLR-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McKinley updated SOLR-3337:
--------------------------------

    Attachment: SOLR-3337-redirect-old-ui.patch

This adds a configurable RedirectServlet and then redirects the UI elements 
that have changed in 4.0:

{code:xml}
  <servlet-mapping>
    <servlet-name>RedirectOldAdminUI</servlet-name>
    <url-pattern>/admin/</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>RedirectOldAdminUI</servlet-name>
    <url-pattern>/admin</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>RedirectOldZookeeper</servlet-name>
    <url-pattern>/zookeeper.jsp</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>RedirectLogging</servlet-name>
    <url-pattern>/logging</url-pattern>
  </servlet-mapping>
{code}
                
> Redirect old /solr/admin to new ui
> ----------------------------------
>
>                 Key: SOLR-3337
>                 URL: https://issues.apache.org/jira/browse/SOLR-3337
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Stefan Matheis (steffkes)
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-3337-redirect-old-ui.patch
>
>
> Daren opened a [Topic on the 
> ML|http://lucene.472066.n3.nabble.com/No-webadmin-for-trunk-td3892574.html] 
> that the UI is no longer found under {{/solr/admin}} (beside some other 
> problems he had). Should be pretty easy to redirect this one to the new 
> startpage?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to