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

Erik Hatcher commented on SOLR-1448:
------------------------------------

>From the peanut gallery: +1 to including this fix and dealing with things on 
>case-by-case in the future.  

It is an ugly issue though.. so much for *deployment* descriptors.  J2EE is 
busted in this respect, these types of things were meant to be controlled 
during deployment.  Weblogic: -1 for needing this.  Tomcat works, and it's the 
reference implementation.  

In the past I've had to deal with these sorts of things with Weblogic, 
WebSphere, and Resin (thank god we're not doing EJB!) - so I understand the 
pain point first hand and am ok with us including this Weblogic specific file 
in this case.

We'll of course revisit when/if other containers have issues.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> Weblogic appears to have filters enabled even on FORWARD, which is listed as 
> something that will not function properly in the Solr documentation. As a 
> result, the administrative application generates a StackOverflow when 
> accessed. 
> This can be resolved by adding the attached weblogic.xml file to solr.  No 
> other changes are required.
> <?xml version='1.0' encoding='UTF-8'?>
> <weblogic-web-app
>     xmlns="http://www.bea.com/ns/weblogic/90";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 
> http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd";>
>     <container-descriptor>
>         
> <filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled>
>     </container-descriptor>
> </weblogic-web-app>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to