[ 
https://issues.apache.org/jira/browse/SOLR-8424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059818#comment-15059818
 ] 

Christian Danninger commented on SOLR-8424:
-------------------------------------------

If you like to deploy Solr in JBoss you need the file 
META-INF/jboss-deployment-structure.xml with content:
<jboss-deployment-structure>
        <deployment>
                <dependencies>
                        <module name="org.apache.commons.codec" />
                        <module name="org.apache.commons.logging" />
                        <module name="org.apache.james.mime4j" />
                        <module name="javax.api" export="true" />
                </dependencies>
                <exclusions>
                        <module name="org.apache.httpcomponents" />
                        <module name="org.jboss.resteasy.resteasy-jaxrs" />
                        <module name="javaee.api" />
                </exclusions>
        </deployment>
</jboss-deployment-structure>

> Admin UI not reachable in Solr 5.4 under path /solr/
> ----------------------------------------------------
>
>                 Key: SOLR-8424
>                 URL: https://issues.apache.org/jira/browse/SOLR-8424
>             Project: Solr
>          Issue Type: Bug
>          Components: UI, web gui
>    Affects Versions: 5.4
>         Environment: JBosss AS
>            Reporter: Christian Danninger
>            Priority: Minor
>              Labels: UI, admin-interface, jboss-as7
>
> In method org.apache.solr.servlet.LoadAdminUiServlet.doGet
> request.getRequestURI().substring(request.getContextPath().length())
> will return "" using JBoss. In Version 5.2.1 there was a hard coded value 
> "/admin.html". This leads to http 404.
> UI is reachable by path /solr/admin.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to